Commit Graph

37 Commits

Author SHA1 Message Date
9402f2afa2 Teleportation in editor
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2022-11-19 22:53:24 +01:00
c5283000c7 Mario: teleport to hardcoded level
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2022-11-13 19:52:39 +01:00
7bd652f4e9 Mario: Fireball works
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2022-11-12 21:32:18 +01:00
4109cfe1af Mario: add basic big mario logic
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2022-09-25 19:44:28 +02:00
09cb13195c Mario: stop movement when entering main menu, check there was a movement before reversing it
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-24 22:54:03 +02:00
f9a32bdb72 Mario: add arrow key controls 2022-09-24 20:44:52 +02:00
3437aa6b47 Mario: end of level logic
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-23 16:46:50 +02:00
a1afaf427a Mario: Add restart and background color for menus
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-22 20:16:46 +02:00
5201d10e20 Game main menu/retry scenes
Some checks failed
continuous-integration/drone/push Build is failing
2022-09-19 22:56:50 +02:00
8ca70fa11e Mario: formatting
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-18 09:08:35 +02:00
28d7e208fc Mario: add goomba into moving_objects 2021-08-08 21:45:50 +02:00
4f65dba2e0 Mario: only visit objects if they entered screen at least once 2021-08-07 22:25:32 +02:00
f7002f0f38 Mario: better mushroom movement 2021-08-07 22:17:27 +02:00
a194bfb86e Mario: destroy moving objects once they leave left side of screen, remove destroyed objects from moving_objects 2021-08-07 22:10:09 +02:00
e283b36229 Mario: set scene's background objects 2021-08-07 21:59:06 +02:00
7cb3f95e44 Mario: loop through all moving objects in doInput 2021-08-07 21:38:00 +02:00
d4393ef179 Mario: better handling of screen resize, when showing FPS consider input handling as well 2021-08-06 18:50:31 +02:00
bfe658618e Mario: prepartations for multiple moving objects 2021-08-05 00:32:54 +02:00
e67cf508a2 Add coin animation 2021-07-24 20:50:24 +02:00
3be728843a Refactor to use objects for terrain/mod creation, added coin modifier 2021-07-23 00:08:05 +02:00
a54d079fd2 Mario: add MapObject and use that instead of tuples 2021-06-07 23:48:28 +02:00
b8c56c06fd Mario: better side collision handling 2021-05-27 16:33:00 +02:00
6e61eb03b9 Mario: check before bouncing 2021-05-26 18:24:09 +02:00
c2fb78b0a6 Mario: added destructible modifier to editor 2021-05-26 00:46:19 +02:00
670d5b7c1b Mario: added fps counter 2021-05-25 20:21:02 +02:00
7ed8b0f4e1 Mario: destroy blocks 1 at a time, if jumping and would hit only with small side, move Mario a bit so the jump is successful 2021-05-25 12:26:04 +02:00
930875ccf8 Mario: simple jump 2021-05-22 23:54:01 +02:00
d9a88f2de2 Mario: custom mario class 2021-05-22 23:13:26 +02:00
0358aa36c7 Mario: proper position when standing on ground 2021-05-22 22:36:53 +02:00
c849895c72 Mario editor: more terrain, can place Mario 2021-05-07 23:17:05 +02:00
61e45e89a5 Basic editor functionality arrived!
Terrible code, must be changed!!!
2021-05-01 21:55:43 +02:00
1927b71629 Preparation for different types of terrain 2021-04-30 09:10:58 +02:00
b52dee267b Mario: flip texture according to movement direction 2021-04-29 13:08:08 +02:00
b611e2479a Mario: detect left/right collision 2021-04-29 12:33:31 +02:00
7c38e122d0 Mario: use object alignment 2021-04-27 15:58:01 +02:00
b0b84101a2 Mario: don't let Mario go left 2021-04-26 21:59:21 +02:00
19e66bf34a Mario: initial commit 2021-04-25 22:42:55 +02:00