Aggiungi supporto per audio e migliora la gestione delle dipendenze nel progetto

This commit is contained in:
2024-12-25 02:15:25 +01:00
parent 1964ad87f9
commit cb25866754
11 changed files with 32242 additions and 10 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
# Mice!
Mice! is a strategic game where players must kill rats with bombs before they reproduce and become too numerous. The game is a clone of the classic game Rats! for Windows 95.
## Compatibility
*It's developed in Python 3.11, please use it*
## Features
- **Maze Generation**: Randomly generated mazes using Depth First Search (DFS) algorithm.