Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 475 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 475 Bytes

Tamagachi - C++

A c++ Tamagachi. Eventually will be compiled to WASM.

Compile to .exe:

make clean

g++ Tamagachi.cpp main.cpp -o tamagachi.exe

Run:

./tamagachi.exe

Compile to WASM:

emcc Tamagachi.cpp main.cpp -o out/index.html

Resources