Skip to content

gnwisniewski/bingo

Repository files navigation

Minimal starter project using the SMK library

Build instructions:

Desktop build:

mkdir build
cd build
cmake ..
make -j3
./main

Webassembly build:

mkdir build_emscripten
cd build_emscripten
emcmake cmake ..
make -j3
python -m SimpleHTTPServer
(visit localhost:8000)

Linux snap build:

Nothing to do. Upload your game to github and visit https://snapcraft.io/build.

Backend build:

yarn install
yarn prisma generate // should generate db but I might be wrong lmao
(in root dir) yarn backend

Want more complexe examples?

Look at real projects:

About

bingo with sfml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •