Flask server that deploys the game Pong. Uses TensorFlow to run the AI of the pong
to run, execute commands in terminal:
- Ensure necessary python libraries are installed (see requirements.txt)
- export FLASK_APP=main.py
- flask run
Flask server that deploys the game Pong. Uses TensorFlow to run the AI of the pong
to run, execute commands in terminal: