Skip to content

Ebarringer2/Airplane-Game-Hub

Repository files navigation

Fall2023_final_project

Simple "game hub" created for Intro to Computer Science.

Description

This project is a hub of games typically found during those long airplane rides (hence the name "Airplane Game Hub"). Some of the online games require two players connected to a LAN (local area network). In addition, some other games are singleplayer and involve solely algorithms.

Getting Started

Dependencies

  • Python 3.12.0 64-bit
  • All module requires located in requirements.txt

ML Model

Tensorflow framework is implemented in this project in python vers 3.10.0, and this is the only version that will work with this code. Switching to Python 3.10.0 doesn't affect the functionality of other aspects of the program.

Installing

  • Go to the base GitHub directory
  • Click Code as shown below image
  • Copy text show after clicking GitHub CLI image
  • Open up Git Bash
  • Change your working directory to wherever you want the game assets to be located
  • Paste the command previously copied and press enter
  • Install all dependencies in requirements.txt by running the follow command
pip install -r requirements.txt

Executing program

  • Locate to the game's directory
  • Run main.py using your python interpreter

Authors

Shaunik Musukula @shaunikm

Elliott Barringer @Ebarringer2

Version History

  • 0.1 (Current release)
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Written by Elliott Barringer and Shaunik Musukula

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages