updated readme

This commit is contained in:
djonker 2023-11-06 01:28:52 +01:00
parent 7bffb146ec
commit dadeb7638c

View File

@ -9,17 +9,13 @@ Cub3D is a simple raycasting game using the mlx library
### Bonus
- Doors
- Minimap
- Animated Sprites
### Extra
- Help screen
- End level screen
- Weapon Sprite that fires
- Zoom with right mouse button
- Weapon pickups
- Shooting Enemies
- Moving Enemies
- HP system
- Timer
- Score system
- Levels
- Start Menu // breaks mandatory subject
@ -41,8 +37,10 @@ Cub3D is a simple raycasting game using the mlx library
### Bonus
- Wall Collision
- Rotate with the mouse
- Animated Sprites
### Extra
- FPS counter
- Timer
- Player can walk in 8 directions
- Player can Run
- Player can Jump
@ -53,10 +51,13 @@ Cub3D is a simple raycasting game using the mlx library
- Fullscreen
- Barrels
- Lights
- Weapon pickups
- Weapon Animations
- Ammo system
---
## Bugs
- Player gets stuck in walls
- Player can get too close to walls
- Player walks twice as fast when holding W and A or W and D
---