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
a204be8edd
Attempt to fix errors with spaces/indentation in Game.gd
3 years ago
Abheek Dhawan
31f83a5222
Attempt to allow asteroids to spawn to the sides as well as on top of
the viewport
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
0c6c7b5c3b
Update TODO
4 years ago
Abheek Dhawan
2ec94640ec
Merge branch 'mobile' of https://git.adawesome.tech/git/games/spacescape2d into mobile
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
e149abd2f9
Update README
README updated to show that iOS build completion has been successful
(albeit only on TestFlight)
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
328907e0d9
Update README.md
Modified the TODO to say that game saves have been executed but hi-scores still need to be configured.
4 years ago
Abheek Dhawan
2b683ed433
Modify game export settings
Made the game more tailored towards iOS exports
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
ecc94c8ad4
Add more icons
Added more icons in order to fill up the Xcode icon assets page
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
5299f375e1
Add coins
Added coins so that the player has more reason to move around the screen
4 years ago
Abheek Dhawan
d29d95e835
Merge branch 'mobile' of https://git.adawesome.tech/git/spacescape2d into mobile
4 years ago
Abheek Dhawan
d96c63b3be
Remove iOS build files
Removed the iOS build files because they were unnecessary and could have
been built using the project and the Godot Engine.
4 years ago
Abheek Dhawan
dfe7ed8ad6
First working mobile prototype
There's still a little lag, but it's going good.
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
ee893349a7
Update README.md to add TODO
Added a TODO at the end of the README.md file to add what's to come and
als my thoughts going forward. Also some other minor changes to the
current README.md.
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
5860db4d4c
Increase asteroid destroy time delay
On larger screens, asteroids were being destroyed before they reached the rocket
. Still need to find way to destroy asteroids based on position.
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
f7faa153ff
Edit gitconfig file
Edited the gitconfig file in order to prevent large import folder
containing deleted files from getting pushed.
4 years ago
Abheek Dhawan
97347d8d9e
Remove Builds/ folder
Needed to remove the Builds folder so that it didn't interfere with GitHub's language detection and so that it didn't take up unnecessary space because everything is added in releases anyways.
4 years ago
ADawesomeguy
906ff5a11c
Create .gitignore
Added a Visual Studio .gitignore file (I don't use it often, but I just want to have it in case) and prevented "Builds" folder from being included in the GitHub repository.
4 years ago
ADawesomeguy
21570dd025
Add LICENSE
Added a GNU GPL v3.0 license to keep everything open source.
4 years ago
Abheek Dhawan
b46f2083a9
Merge remote-tracking branch from
https://git.adawesome.tech/spacescape2d.git
4 years ago
Abheek Dhawan
9a5672fb00
Add cap for asteroid spawn delay
Added a minimum amount of time between spawning asteroids. Don't know
how well it'll hold up in plays, but it seems like it should be a good
number.
4 years ago
ADawesomeguy
89661b4a20
Create README.md
Create the README.md file and added description and info about supported/unsupported OSes.
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