Abheek Dhawan
0858b78fba
Fix all missing parts of the program
- Fix the bug where you could just go left and avoid all the
asteroids.
- Allow basic computer controls (extremely janky, for testing purposes
only)
3 years ago
Abheek Dhawan
2ecf13538c
Fix pause freezes game bug
If you paused the game right after hitting an asteroid, it would stay
frozen in the menu since there was no unpause button. This was fixed by
removing the pause button on collision.
4 years ago
Abheek Dhawan
702a212b8d
Redo menu
Menu redone looking bueno
4 years ago
Abheek Dhawan
a7333e51d7
Redo menu
Menu redone looking bueno
4 years ago
Abheek Dhawan
8c36fcbc85
Fix menu alignment bug
The menu aligned weirdly on larger screens, so I completely redid it. I
also fixed some music stuff.
4 years ago
Abheek Dhawan
e84a2c838f
Minor changes
Main change was the new logo, other changes can be viewed with diff
4 years ago
Abheek Dhawan
a98292db35
Edit project settings
4 years ago
Abheek Dhawan
efec241911
Change input method
Instead of looking for mouse presses every frame, which caused a decent amount of lag, I changed the input method to look for touch input, which decreased lag and improved the experience
4 years ago
Abheek Dhawan
88f1b87b20
Add fonts to menu
Added some display fonts to the main menu to improve the looks.
4 years ago
Abheek Dhawan
0ad371163d
Add main menu
Added a main menu which is where the game starts and goes too once the
rocket hits an asteroid. Very basic for now.
4 years ago
Abheek Dhawan
b4f0121d75
Add boot splash
Added a boot splash with a generic logo, just to be a little more
professional
4 years ago
Abheek Dhawan
be38b244b7
Improve visuals
Improved the look of the label that shows the number of coins
4 years ago
Abheek Dhawan
d47f4bfb5d
Add save functionality
Now the game creates a save file which stores the amount of coins collected. Still working on storing hi-score
4 years ago
Abheek Dhawan
f397a52749
Introduce save feature
Added a save feature (still a huge work in progress!)
4 years ago
Abheek Dhawan
20456be75b
Add coins
Added coins so that users have a reason to move around more
4 years ago
Abheek Dhawan
e9c039d015
First mobile test
This is the first test. We'll test it out, see how it goes, and modify things along the way.
4 years ago
Abheek Dhawan
250ea3c067
Added score next to rocket
There was no way to track how far the rocket had gone so an arbitrary fraction of the height was added. Still no saving yet though.
4 years ago
Abheek Dhawan
87eebda018
Add background
Added a background with a parallax effect and modified existing objects
to contrast with the background
4 years ago
Abheek Dhawan
36d81f98ea
Add files
First commit! Added all of the game files for the first, simple, endless
version of the game. No kind of start or pause menu yet.
4 years ago