Skip to content

A nodejs web portal to play the classic Colossal Cave Adventure

License

Notifications You must be signed in to change notification settings

irvingbennett/adventure-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventure-node

A nodejs web portal to play the classic Colossal Cave Adventure

I want to provide a web interface for the Adventure game that is as truthful as possible without going down the rabbit hole of emulating a PDP-10 and getting the original Fortran program...

This node server will provide a basic interface which will shuttle user input and program response between a webpage and a live copy of the 1993 C variant of Adventure, running on the host machine. This isn't a port, the user is actually playing the game installed by some form of "bsd-games" package for the distro.

Methods

Right now I plan to have a single nodejs thread running the site, which will spawn a child nodejs server that then spawns and manages the game.

About

A nodejs web portal to play the classic Colossal Cave Adventure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 57.0%
  • HTML 42.5%
  • CSS 0.5%