blob: 0fad49810afa17318e3a5ea763bbcd2965c0c847 (
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
|
# turbo-racer
A video game entry for the Spring Lisp Game Jam 2024.
## Installation
Only Linux is supported at this time.
Grab the bundle that matches your distribution best; either:
- [Arch linux](https://gitlab.com/binary-ec/turbo-racer/-/raw/main/turbo-racer-3000-1.0-archlinux.tar.gz?ref_type=heads&inline=false)
- [Debian](https://gitlab.com/binary-ec/turbo-racer/-/raw/main/turbo-racer-3000-1.0-debian.tar.gz?ref_type=heads&inline=false)
## 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
```
|