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