From dadeb7638cefc6d583ccfabe3948651ae8dc1aca Mon Sep 17 00:00:00 2001 From: djonker Date: Mon, 6 Nov 2023 01:28:52 +0100 Subject: [PATCH] updated readme --- Readme.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index ee05bf7..6214fc1 100644 --- a/Readme.md +++ b/Readme.md @@ -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 ---