Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- Singapore
- Sign in to view email
Pinned
284 contributions in the last year
Activity overview
Contributed to
jeffsieu/coma-dash,
jeffsieu/stops-flutter,
files-community/files-uwp
and 5 other
repositories
Contribution activity
June 2020
jeffsieu has no activity
yet for this period.
May 2020
Created a pull request in jeffsieu/coma-dash that received 4 comments
Refactor Enemy HP to HealthEntity, add health bar
HealthEntity represents objects that have health and status effects. On death, it will call Die() which are implemented by subclasses to play death…
+645
−347
•
4
comments
- Speed up bullet explosion, restrict shockwave radius
- Add ColLayer class, change marked hp bar to green
- Refactor Enemy, set col layer for Player and Enemy
- Add map-sized floor collider
- Add books and bookshelves
- Optimise floor generation in MapLoader
- Make camera use velocity-based movement
- First character
- Movement improvements
- Fix general aim indicator not passing attributes
Created an issue in jeffsieu/coma-dash that received 1 comment
Code clean up: Player health, general Entity class
Now only enemies have health. Should be more robust by having a general Entity class
Entity class with Damage(float damage) and die animation fun…
•
1
comment