2024-02-25 02:53:43 +00:00
|
|
|
# Croc Party!
|
|
|
|
|
2024-02-26 06:10:21 +00:00
|
|
|
A tiny platform game in C/SDL.
|
|
|
|
|
|
|
|
# Commands
|
|
|
|
|
|
|
|
## Run (release)
|
|
|
|
|
|
|
|
```
|
|
|
|
$ bazel run -c opt sdl_host.exe
|
|
|
|
```
|
|
|
|
|
|
|
|
## Run
|
|
|
|
|
|
|
|
```
|
|
|
|
$ bazel run sdl_host.exe
|
2024-02-27 00:01:47 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Dump requirements
|
|
|
|
|
|
|
|
(TODO: Automate)
|
|
|
|
|
|
|
|
```
|
|
|
|
$ pip freeze -r requirements.txt > requirements.lock
|
2024-02-26 06:10:21 +00:00
|
|
|
```
|