Friedrich Amouzou, fram6578
Anna-Sophia Wolniewicz, aswolniewicz
Katherine Best, Serenaise
Kathryn Osborn, kateosborn10
Captain Cool
A fun arcade-style javascript single-player game built on HTML5 Canvas. Become captainCool and exlore the cobblestone streens of codetown USA, learning the fundamentals of coding as you complete levels.
Click this link to access the deployed version of our game: http://captaincool.herokuapp.com
To build and run the game on your local machine:
- Clone the repository
- Make sure you have python and pip installed
- Run the command pip install -r requirements.txt
- Inside your repository type the command python app.py in your terminal
- Go to the local port designated by the terminal and have fun!
- jasmine: holds all the Jasmine files/ documents
- screenshots: holds our screenshots
- spec: holds all the test files
- static:
- css: holds all our CSS files
- img: holds all our image files
- js: holds all our JavaScript files
- media: holds our music files
- templates: holds all our HTML files
- textFiles: holds our text files, these are mainly used to help eachother understand the code
- app.py is the file that serves our game via Flask and Heroku
- documentation: contains all the HTML files gererated by the autodoc jsdoc