Skip to content

bsansouci/reprocessing-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird Livestream

This is a starter example project. Just clone to get started!

This was written in 3 hours as part of a livestream which can be viewed here: https://www.youtube.com/watch?v=5aD3aPvNpyQ

How to

git clone https://github.com/bsansouci/reprocessing-example.git
git checkout livestream-flappybird

Install

npm install

Build

npm run build

Start

npm start

This will build the bytecode executable which is at ./lib/bs/bytecode/index.byte.

To build to JS run npm run build:web and then run a static server, like python -m SimpleHTTPServer and go to localhost:8000.

To build to native run npm run build:native and run ./lib/bs/native/index.native

The build system used is bsb-native.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6