Skip to content

Tuhkis/scifi-roguelike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scifi-robot-roguelike-game-ish

An open source game written in C.

Building

To build for Linux (and maybe Mac) with SDL2 support: make sdl. You need the following:

  • SDL2
  • python3
  • gcc
  • A C standard library
  • make


Windows WIP