aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGene Pasquet <gene.pasquet@flyr.com>2025-11-02 07:58:47 +0000
committerGene Pasquet <gene.pasquet@flyr.com>2025-11-02 08:00:09 +0000
commit886f1b62fa49292ca68c12f18d63d356950e1440 (patch)
tree7390017cbeb8fdf76423da18e4721a4fb7fb75db /README.md
parent3895d0d20ecf404a311fb00980176a9dc58b22f6 (diff)
Improve description and add better TODO planchicken-scheme-conversion
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 4 insertions, 21 deletions
diff --git a/README.md b/README.md
index ffe301a..fb33a75 100644
--- a/README.md
+++ b/README.md
@@ -1,40 +1,23 @@
MACROKNIGHT
===========
-This is a game written for the [Spring Lisp Game Jam 2025](https://itch.io/jam/spring-lisp-game-jam-2025).
+This is a game originally written for the [Spring Lisp Game Jam 2025](https://itch.io/jam/spring-lisp-game-jam-2025).
## Dependencies
-This is a python game written with [Hy](https://hylang.org) and [Pygame](https://pygame.org). It requires the following to be installed:
+This is a game written with chicken-scheme and SDL2. It requires the following to be installed:
-- Python (3.9+)
+- chicken-scheme
- SDL2
## Quickstart
-To install the python dependencies and run the game, simply type:
+To build the game, run
```
make
```
-## Manual installation
-
-*Recommended* Create a virtual environment for the dependencies. On Debian-based distributions, you will need the package `python3-venv`. Run the following:
-
-```
-python3 -m venv venv
-. venv/bin/activate
-pip install -r requirements.txt
-```
-
-Then run the game with the venv active:
-
-```
-hy src/macroknight/game.hy
-```
-
-
## Credits
- Code: Gene Pasquet