Created a video game based on the Star Wars theme, and includes Star Wars music, characters, and scenery.
Fork and clone the project, to your computer.
You will need to install ruby 2.3.3 or newer. You will need to have a IDE Atom or other.
You will need to have sqlite3.
https://www.ruby-lang.org/en/documentation/installation/
http://www.sqlitetutorial.net/download-install-sqlite/
- After forking and cloning the app you will need to run bundle install on the terminal.
- On the backend folder on the terminal run rails db:create, rails db:migrate and rails db:seed on the terminal.
- Run rails s or rails server on your terminal.
- On the frontend folder control and click on the index.html file and choose the Copy Full Path
- Go to the browser and press control V. The game should start running.
Left and right keys to move and up key to shoot. Have fun!!!! :)
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.