Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.
/ office Public archive

Toy project, riddled with bad decisions, used for exploring design and patterns, could potentially eventually become a game

License

Notifications You must be signed in to change notification settings

perlw/office

Repository files navigation

Office

Exploratory implementation of fake ascii rendering and gameplay

Compiling

Fetch submodules first.

git submodule init
git submodule update

Prepare build

Requires >=cmake 3.0

  • Options:
  • OCCULUS_LOG_MEM (OFF by default)
  • RECTIFY_DEBUG (OFF by default)
  • LUA_BRIDGE_DEBUG (OFF by default)
mkdir build
cd build
cmake ..

Compiling

make

About

Toy project, riddled with bad decisions, used for exploring design and patterns, could potentially eventually become a game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published