/tamagachi

Playing around with making tamagachis and learning C++.

Primary LanguageC++

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