Skip to content

Playing around with making tamagachis and learning C++.

Notifications You must be signed in to change notification settings

8ctopotamus/tamagachi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published