add Game class, users can now create and join games. remove bcypt from dockerfile pip install. remove rm ~/PTME_Data in make fclean

This commit is contained in:
2024-09-14 00:42:56 +02:00
parent e00471653b
commit 906a713e8d
9 changed files with 155 additions and 8 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/07/13 16:18:56 by tomoron #+# #+# #
# Updated: 2024/08/28 18:27:14 by tomoron ### ########.fr #
# Updated: 2024/09/14 00:33:28 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -34,7 +34,6 @@ clean:
docker system prune -af --volumes
fclean:clean
sudo rm -rf ~/PTME_data
re: fclean all