Yrds / minijam127

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minijam 127 - Cat Pong

Milestones

  • Pong gameplay
  • Animations
  • Sound effects

Screenshots

Setting up

Native builds:

$ meson setup build
# compile with
$ meson compile -C build

Web builds:

$ meson setup --cross-file cross-file/web.ini build/web
# compile with
$ meson compile -C build/web

Cross-compiled Windows builds using MinGW:

$ meson setup --cross-file cross-file/windows32.ini build/win32
# compile with
$ meson compile -C build/win32

About

License:The Unlicense


Languages

Language:HTML 61.5%Language:C++ 31.8%Language:Meson 6.4%Language:Shell 0.3%