Skip to content

Commit aaafdab

Browse files
author
Mark P.
committed
Cleans up project structure and improves portability
Removes build artifacts, temporary files, and platform-specific configurations to streamline the repository. Eliminates GitHub Actions workflow for Windows executable builds and PyInstaller configuration files as they are no longer needed. Adds comprehensive installation and usage instructions to README with proper requirements specification. Updates main launcher to support cross-platform execution by detecting the operating system and falling back to direct Python execution on non-Windows systems. Removes extensive unit testing infrastructure that was cluttering the project structure.
1 parent e4b006b commit aaafdab

23 files changed

Lines changed: 30 additions & 645 deletions

.github/workflows/main.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

None

Whitespace-only changes.

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
Nothing too complicated, I thought through the UX, should be just fine :>
44

5-
Soon there will be a lot more tho, I plan on adding some fun stuff like a shop where you can buy different stuff o(* ̄▽ ̄*)ブ
5+
Soon there will be a lot more tho, I plan on adding some fun stuff like a shop where you can buy different stuff o(_ ̄ ▽  ̄_)ブ
66

7-
Thank you, for writing the Unit tests and commit messages, Claude Sonnet 4!
7+
Thank you, for writing the commit messages, Claude Sonnet 4! I couldn't have done that better myself TwT
8+
9+
## Requirements
10+
11+
- Python >=3.12
12+
13+
## Installation
14+
15+
1. Clone or download the repository to your local machine
16+
17+
2. Navigate to the project directory and install dependencies:
18+
19+
```bash
20+
pip install -r requirements.txt
21+
```
22+
23+
3. Run the game:
24+
25+
```bash
26+
python main.py
27+
```
-12.1 KB
Binary file not shown.
-6.17 KB
Binary file not shown.
-2.52 KB
Binary file not shown.
-2.8 KB
Binary file not shown.
-3.86 KB
Binary file not shown.
-4.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)