Commit Graph

84 Commits

Author SHA1 Message Date
Milang 4fb0254dba update textures, animations & add new keyboard keys for debug 2020-02-16 11:49:01 +01:00
Milang ef10b6c6e6 fix time over bug 2020-02-16 11:14:53 +01:00
Milang e2b6eac34b fix keyboard bug, lighten interface & clean some parts of the code 2020-02-15 19:35:49 +01:00
Milang d9d6648a17 clean ingame interface -> score & coins are hidden, and are shown only when they change 2020-02-15 14:40:01 +01:00
Milang 8ab8a4cd7a add fx9860g emulator integrated to the folder
clean LaunchUI() func (proper switch etc..)
2020-02-15 13:41:50 +01:00
Milang fae77016d5 add a new camera system (experimental) 2020-02-07 10:40:24 +01:00
Milang 1aa5edd231 add coyote time & jump buffering 2020-02-07 10:39:43 +01:00
Milang 4ed9222790 correct fire bullet speed 2020-02-07 10:39:21 +01:00
Milang e6ed094095 add specific comportement when a plateform is could pass trough mario 2020-02-04 20:34:30 +01:00
Milang a6bb83f355 add plateforms as complete physical objects
there are no max coordinates any longer, but now thay can fall, and there is a better support with mario (not complete yet)
2020-02-04 20:12:17 +01:00
Milang 748d7c04db fixed plateforms bug 2020-02-03 15:13:37 +01:00
Milang 7ff674bc39 fixed ram management bug 2020-02-03 11:12:54 +01:00
Milang ed25c7394a ajout des decos 2020-02-02 20:31:44 +01:00
Milang a8a8550e05 add level 1 to binary levels 2020-02-02 17:55:03 +01:00
Milang ddef97b66b add ennemi support 2020-02-02 16:48:23 +01:00
Milang af29ac6970 fixed flag bug 2020-02-02 16:24:40 +01:00
Milang 71f3e778bb fully added level decompression 2020-02-02 16:05:56 +01:00
Milang e6f3e6cdaa adding compressed level format (incomplete) 2020-02-01 16:39:34 +01:00
Milang 04743ed5b5 move set_level 2020-02-01 14:39:08 +01:00
Milang 2871c50f73 move init ennemi function 2020-02-01 14:36:34 +01:00
Milang 92668ae15b fixed bonus speed 2020-01-30 21:18:03 +01:00
Milang 3d22b719ce correct "persisting mushroom" bug
add .gitignore
2020-01-30 21:09:18 +01:00
Milang c97342b263 fix camera & continue level 2 2020-01-29 18:24:33 +01:00
Milang 6d09ea36be add distinct camera 2020-01-29 14:34:57 +01:00
Milang adccfcceb3 cleaned some parts of the code 2020-01-29 14:34:47 +01:00
Milang 17bd723f43 add red koopas, and a new lvl 1-2 prototype 2020-01-28 21:32:58 +01:00
Milang 1430639595 add complete second level & fix levelconv.py bug 2020-01-28 14:32:39 +01:00
Milang a5619d4d18 add splash screen, disable up key, update w4 img, add transparency to flags 2020-01-27 20:19:25 +01:00
Milang cdb9e2c26d add full pipe support & animations 2020-01-27 16:53:53 +01:00
Milang ca1f602345 experimental physics change to add completely plateforms support 2020-01-27 16:46:37 +01:00
Milang 7381ee005a now mario moves automatically when he is on a plateform 2020-01-27 16:25:19 +01:00
Milang ec7a2be6d5 add animation when mario comes into the pipe 2020-01-25 21:23:21 +01:00
Milang 4ce6ed3969 add cleaner framerate management 2020-01-25 21:06:34 +01:00
Milang a071d0373e fix an infinite loop bug when a level is not coded yet 2020-01-25 20:35:34 +01:00
Milang ef4d0ffcdf add coins saving 2020-01-25 11:54:39 +01:00
Milang dbf5416ba7 changes about intuitiveness & add complete support of teleporters 2020-01-25 11:35:07 +01:00
Milang fc84f10122 add 2020-01-24 12:08:40 +01:00
Milang 7abe14d5a3 add teleport. reset in level.c 2020-01-23 21:03:58 +01:00
Milang eb74acf72c ajout teleporteurs source files 2020-01-23 19:54:19 +01:00
Milang dbd0855969 ajout teleporteurs 2020-01-23 19:53:58 +01:00
Milang e0b49c8bc4 add highscore management 2020-01-19 20:17:14 +01:00
Milang 5218b9e6b7 fix best time bug 2020-01-19 19:59:13 +01:00
Milang 823c28050e add global time management, update font and add dynamic infos about levels 2020-01-15 20:42:51 +01:00
Milang e3a82711d8 added end level (not complete, I need to add the score and make an animation) 2020-01-15 12:18:14 +01:00
Milang 69aa9ee702 add running mode
code death animation (80%)
add level displaying before (2 secs) and clear plateforms beteween levels
2020-01-14 21:31:13 +01:00
Milang 7499b37ccb updated level 1 and 2 2020-01-13 20:26:37 +01:00
Milang 8210034071 added level choosing interface 2020-01-13 20:26:04 +01:00
Milang fadf1b6888 remove auto deletion of ennemies when they pass to the left of the screen
(was firstly introduced when you couldn't go back but now it is useless and makes the game too easy)
2020-01-13 20:24:06 +01:00
Milang 97bce7eb6e add goomba support in python script and update level 1-2 in g1a 2020-01-13 12:12:46 +01:00
Milang 5cd2c34f03 add level 1-2 to game (erase old level 1-1 instead) 2020-01-12 18:06:28 +01:00