Skip to content
/ wooby Public

A silly little game I'm trying to make because I've never actually finished a game before.

License

Notifications You must be signed in to change notification settings

Jankoy/wooby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wooby

A silly little game I'm trying to make because I've never actually finished a game before.

Building

First you have to bootstrap nob, use mingw if you are on windows:

cc -o nob nob.c

Then you have to run nob, pass the "--windows" flag to build for windows from linux or the "--linux" flag to build for linux from windows. It should auto-detect your platform if you are not cross-compiling though. No mac support.

./nob
./nob --windows

There is a "-r" flag for running as soon as the build is complete, I just added that for quick debugging, it should be the last argument as everything afterwards is passed to the executable as arguments.

About

A silly little game I'm trying to make because I've never actually finished a game before.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages