Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Slime Mold Simulation
|
||||
|
||||
A visually interesting slime mold simulation using SDL2 and C++.
|
||||
|
||||
## Requirements
|
||||
|
||||
* `g++`
|
||||
* `make`
|
||||
* `libsdl2-dev`
|
||||
|
||||
## Compilation and Running
|
||||
|
||||
Use `make` to compile. An executable called slime_mold will be generated.
|
||||
|
||||
```./slime_mold [width height]```
|
||||
|
||||
If a width and height is not provided a 300x300 pixel simulation will be ran.
|
||||
Reference in New Issue
Block a user