Simple "game hub" created for Intro to Computer Science.
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.
- Python 3.12.0 64-bit
- All module requires located in
requirements.txt
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.
- Go to the base GitHub directory
- Click
Code
as shown below - Copy text show after clicking
GitHub CLI
- 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
- Locate to the game's directory
- Run
main.py
using your python interpreter
Shaunik Musukula @shaunikm
Elliott Barringer @Ebarringer2
- 0.1 (Current release)
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details
- example
- Donald Knuth's brilliant paper on AlgorithmX https://arxiv.org/pdf/cs/0011047.pdf