Crates.io | minigene |
lib.rs | minigene |
version | 0.7.0 |
created_at | 2025-02-08 21:03:30.550599+00 |
updated_at | 2025-02-08 21:03:30.550599+00 |
description | A minimalist terminal game engine. |
homepage | |
repository | |
max_upload_size | |
id | 1548404 |
size | 86,884 |
Support an Open Source Developer! :hearts:
Minigene is a game engine currently specialized in ascii/2D tiled games and fast prototyping. It is planned to support non tiled 2D and 3D in the near future.
Minigene is not a single crate, it is a collection of crates, an ecosystem for game development.
For more information on the design choices of Minigene, visit the blog.
Add the following to you Cargo.toml file:
minigene = "0.1.0"
Look in the examples/minimal folder for a game template.
See Minigene used in: