8ctopotamus / tamagachi

Playing around with making tamagachis and learning C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Playing around with making tamagachis and learning C++.


Languages

Language:C++ 96.1%Language:Makefile 3.9%