Skip to content

foxblock/GMTK-Jam-2024-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A puzzling tower defense for beautiful math nerds.

logo

A math-themed tower defense game written in C and raylib for the GMTK Jam 2024.

You can play the game in your browser here: https://foxblock.itch.io/math-td

Building

Windows

Linux

  • you are on your own for now, sorry
  • gcc -o build\mathtd src\main.c -Iinclude -Isrc -Llib\libraylib.a might work (you will have to supply the libraylib.a)

Web

  • (Linux and WSL only for now, because I could not get emsdk working on Windows directly)
  • this guide assumes you have raylib cloned next to this repo on your disk
  • follow this guide (until the steps compiling the raylib examples) to intall emscripten SDK and setup raylib: https://stackoverflow.com/a/70640781
  • you should have a libraylib.a file in the raylib/src folder
  • cd back to this repository
  • run build_web.sh from this folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages