teki-ecs

Crates.ioteki-ecs
lib.rsteki-ecs
version0.3.0
sourcesrc
created_at2021-01-17 20:39:56.411184
updated_at2021-01-17 20:39:56.411184
descriptionTouhou-style shoot'em up
homepage
repositoryhttps://github.com/o2sh/teki/tree/main/ecs
max_upload_size
id343271
size19,770
Ossama Hjaji (o2sh)

documentation

README

Teki ()

crates MIT

Touhou-style shoot'em up written in Rust using legion and sdl2.

Play online!

Building

Since teki depends on SDL2, you first need to install the SDL2 development libraries.

Once SDL2 is set up, you can build and run the app simply using:

cargo run

How to play (Control)

  • Arrow key : Move left, right, up or down
  • Space key : Shoot a bullet
Commit count: 133

cargo fmt