engine @ bf903edade
|
6779357033
update engine
|
5 years ago |
images
|
59e0c448b4
add new graphics, active button in main menu now shakes
|
5 years ago |
.gitignore
|
46a6af887b
add phony targets in makefile, adjust .gitignore for all future executables
|
6 years ago |
.gitmodules
|
47dd060f68
add engine as submodule
|
6 years ago |
README.md
|
4b232e1e0b
add readme
|
6 years ago |
game.h
|
91f4acfcbd
init commit, player speed and gravity working
|
6 years ago |
game_item.c
|
c0c61cd7e6
new assets, template of first map and crystal
|
5 years ago |
game_item.h
|
5761811f63
items now increase player's level
|
6 years ago |
game_map.c
|
c0c61cd7e6
new assets, template of first map and crystal
|
5 years ago |
game_map.h
|
2a90ad3022
game map now has infinite-sized columns
|
6 years ago |
game_math.c
|
378e52c30f
fix collision bug, players can now walk on top of each other, but with rising platforms appeared
|
6 years ago |
game_math.h
|
f1558259c4
add collision to a general-purpose file for organisation
|
6 years ago |
game_player.c
|
1c2b734682
fix collision-attack bug
|
5 years ago |
game_player.h
|
ba7ee8bdc8
reorganised player logic, remove RUN and HURT states as they were not in use
|
5 years ago |
makefile
|
63ce3d7443
Merge branch 'main_menu'
|
6 years ago |
world_game.c
|
5761811f63
items now increase player's level
|
6 years ago |
world_menu.c
|
59e0c448b4
add new graphics, active button in main menu now shakes
|
5 years ago |