Skip to content

RuiVarela/imSquared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imSquared

Puzzle game engine idealized in 2010.
Revived now for the kids.

imSquared

Web Demo

credits

This game was developed by

Free music used

Building

This should be very portable.
The only dependency needed is raylib. Build raylib and place the raylib.h and libraylib.a under vendor/raylib/{env} and update the makefile accordingly.

make
./imSquared

And that is it..

Building for web

use a specific version of emsdk

./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
make WEB=1 DEBUG=0
python wasm-server.py

open chrome on http://localhost:8080/imSquared.html