Skip to content

Implementation of basic snake game using olcPixelGameEngine to run with webassembly

Notifications You must be signed in to change notification settings

DivyamAhuja/snake_wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake - WebAssembly

Implementation of basic snake game in using olcPixelGameEngine

https://divyamahuja.github.io/snake_wasm

Building and Running

To Build and Run on Windows.

cmake -S . -B ./build -G "Unix Makefiles"

or

cmake -S . -B ./build

To Run on Web using WebAssembly

cmake -S . -B ./wasm -G "Unix Makefiles" -DBUILD_WASM=ON

or

cmake -S . -B ./wasm -DBUILD_WASM=ON

or maybe just emconfigure cmake and run emmake. Maybe?

About

Implementation of basic snake game using olcPixelGameEngine to run with webassembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published