CS 2340 Space Traders is a modern rendition of the game Space Traders.
Space Traders is a web app built using React and Python Flask. The project was built at Georgia Tech for CS 2340.
To compile and run the frontend install Node.js. Run the following commands in the react-frontend
directory
npm install
npm run build
To run the backend install Python3. Run the following commands in the flask-backend
directory
pip3 install -r requirements.txt
python3 api.py
Our team for CS 2340 consisted of the following members:
- Cole Biafore (cbiafore822)
- Bhanu Garg (unahb)
- Marc Hoeltge (Twinov)
- Tim Tan (timmytan18)
- Matt Yang (matthewyangcs)