aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 824db654151a5b8fd6b4458bd9745cd49bcd6c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# turbo-racer

A video game entry for the Spring Lisp Game Jam 2024.

## Installation

Only Linux is supported at this time.

Grab the AppImage file from the repo, then do:

```
chmod +x turbo-racer-3000-latest-x86_64.AppImage
./turbo-racer-3000-latest-x86_64.AppImage
```

## Credits

* Game design / Code by Guillaume Pasquet and Owen Pasquet
* Music / Instrumental by Aries Beats

## Dependencies

- [Chickadee](https://dthompson.us/projects/chickadee.html)

## How to run

Execute:

```
guile turbo.scm
```