Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 816 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 816 Bytes

wotf-cyoa

Wizards of the Future: Code Your Own Adventure

Come uncover the secrets of the magical craft of programming. You will explore a text adventure game written in the Ruby programming language. While you play through the story, you will empower your actions with simple program commands. As you begin, you will soon find that the story leads to a dead-end; at which point, you will have to leap into the source code and code your way to your own ending. Or a new beginning! No prior programming experience is necessary.

setup

Install Node.js

Install the dependencies with

npm install

To run the Websockets server that executes the game:

node server.js

Changes to server.js require a restart. Simply Ctrl+C the node server.js process and run it again.