Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coyote-snake

An example game built with coyote-ecs, a fast and simple zig native ECS.

Builds against Zig 0.17.0 or later. Expects coyote-ecs as a sibling directory (../coyote-ecs).

git clone https://github.com/linuxy/coyote-snake.git
git clone https://github.com/linuxy/coyote-ecs.git

To build you need SDL2 and SDL2_image development libraries installed.

On Debian/Ubuntu:

  • sudo apt install libsdl2-dev libsdl2-image-dev

To build:

  • zig build

To run:

  • zig build run

Snake

About

An example game built with coyote-ecs

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages