ARaceinSpace Code
Status: Alpha
Brought to you by:
wsuslack
File | Date | Author | Commit |
---|---|---|---|
android | 2017-08-05 |
![]() |
[caba43] Bumped Version to 0.0.6 versioncode 8 |
core | 2017-08-05 |
![]() |
[caba43] Bumped Version to 0.0.6 versioncode 8 |
desktop | 2017-07-24 |
![]() |
[33de14] Added explosion animation, and contact listener... |
gradle | 2016-09-12 |
![]() |
[098ba0] Initial Commit |
html | 2017-07-20 |
![]() |
[ee06b4] Changed out animations |
ios | 2017-07-29 |
![]() |
[c56228] fixed several problems on scorescreen |
.gitignore | 2017-07-17 |
![]() |
[b433d8] Added Buttons to screens |
README.md | 2017-07-11 |
![]() |
[893e96] Working on test |
build.gradle | 2016-09-25 |
![]() |
[13bf5b] Added ability to receive messages from firebase |
gradle.properties | 2016-09-24 |
![]() |
[722659] Got Reward videos working directly through AdCo... |
gradlew | 2016-09-12 |
![]() |
[098ba0] Initial Commit |
gradlew.bat | 2016-09-12 |
![]() |
[098ba0] Initial Commit |
settings.gradle | 2016-09-12 |
![]() |
[098ba0] Initial Commit |
Explain the game here.
Game Design Document: https://docs.google.com/document/d/17oKu3wN4HGyo_AlqEu94p6vAQsxZ0dAGMbelvEyvV5U/edit?usp=sharing
Put UML Screenshot here
The Code Style needed to keep this project looking professional is as
follows:
-Classes must be structured with the following sections.
1. Static Variables
2. Field Variables
3. Constructors
4. Private Methods
5. Public Methods
Each Section Header must start with:
/ Section Name /