Skip to content

lagdotcom/zig-roguelike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zig Roguelike

As usual I'm following https://rogueliketutorials.com/tutorials/tcod/v2/ but I won't be using libtcod, instead opting to write my own library as I go along. I'm sure that won't be a bad idea.

Installation

I recommend using zigup to get an exact zig version, as development is still very active and things change a lot.

  • zigup run 0.13.0 build run

ECS

I'm using a zig port of EnTT.

WASM

If you want to run the WASM version:

  • zig build -Dtarget=wasm32-freestanding --prefix docs --release=small
  • cd docs
  • python -m http.server or similar to start a local webserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages