https://github.com/thegrimsey/dodger
Game about dodging asteroids. Made with Unity.
https://github.com/thegrimsey/dodger
game game-development unity unity2d
Last synced: 2 months ago
JSON representation
Game about dodging asteroids. Made with Unity.
- Host: GitHub
- URL: https://github.com/thegrimsey/dodger
- Owner: TheGrimsey
- License: cc0-1.0
- Created: 2016-04-02T16:31:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T12:38:06.000Z (almost 7 years ago)
- Last Synced: 2025-04-03T11:55:37.166Z (over 1 year ago)
- Topics: game, game-development, unity, unity2d
- Language: C#
- Homepage:
- Size: 17.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dodger
Game about dodging falling things originally made in 2016 with Unity.
I don't think I had looked at the code for this since then and it does have a lot of questionable decisions when it comes to code.
Perhaps I will completely rewrite it someday using the latest Unity features but until then this is an example of my early code.
Noteable problems:
- 0 comments.
- The movement is "floaty"
- There isn't an animation causing the ship sprite to lean it is actually being rotated.
- The Asteroids that spawn just spawn randomly which can cause a lot of headaches. The work around for this was adding a gun.
The only changes made in this recompiled 2019 version:
- Decreased the amount of Asteroids that can spawn at once from 9(!!!) to 5 and upped the minimum to 3 (from 1).
- Decreased player movement speed and added a bit of dampening to make it feel slightly less glidey.
- Rebuilt lightning.
- Build in Unity 19.3.0a12
# How to play
Move left and right using A & D.
Shoot with LEFT MOUSE BUTTON.
At the top left you see how many bullets you have. Your goal is to dodge the asteroids for as long as possible.