Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Donot committed Nov 17, 2023
1 parent 0e37501 commit 0ab322c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Ennemies :

type of blocks :
- portals
- lava (put back to spawn point)
- locked door (need a key to open it)

Game over screen (need lives system)
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from game import *


g = Game(fps=60, maps=[3])
g = Game(fps=60, maps=[0, 1, 2, 3])

0 comments on commit 0ab322c

Please sign in to comment.