Skip to content

avennstrom/gravi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravi

Small puzzle game written in C targeting Linux and the web (HTML5/WASM/JavaScript).

Screenshot

Building

Linux

Prerequisites

  • GNU Make
  • GCC
  • SDL2

Build

$ make linux

Enjoy

$ ./gravi

Web

Prerequisites

  • GNU Make
  • Emscripten
  • Python 3 (for running test server)

Build

$ make web

Run the test server

$ ./serve.sh

Navigate to http://localhost:8000/gravi.html

About

Small puzzle game for the web written in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published