Skip to content

Commit ee9007b

Browse files
authored
Update README.md
1 parent bd83384 commit ee9007b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# Terminal-Platformer-Engine
22
This is the Terminal Platformer Engine, also known as Engine. This is a barebones game engine that demonstrates the possibilities of game development in a terminal environment.
3+
4+
Current features:
5+
- Basic platformer physics
6+
- Power-ups
7+
- Coins
8+
- Breakable brick blocks
9+
- ANSI color
10+
- Bidirectional fireball power-up
11+
- Stompable enemies with basic AI (chase the player)
12+
13+
TO-DO:
14+
- [] Fix issue in which ground collision does not work when hitting low objects
15+
- [] Multi-screen support

0 commit comments

Comments
 (0)