From 172bf4d21398219269d4c816117e8ea562312132 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 15 May 2025 22:51:39 +0200 Subject: [PATCH] added player_interface and some code to test it #2 --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index ab0f334..c950191 100644 --- a/src/main.c +++ b/src/main.c @@ -197,8 +197,6 @@ int main(int argc, char** argv) { /* TODO : - add level generation - - add player input parsing (and some dumb code to stage it) - - add function that gives players the necessary data to play - check seg faults + add items + add hazards