Skip to content

MadScienceZone/cs420

Repository files navigation

cs420

A simple little text adventure game showcasing a natural langauge parser as my term project for CS 420.

This is written in the Grace language, using the C minigrace implementation.

Build and run with:

$ minigrace ifiction.grace

Once built, just running

$ ./ifiction 

should suffice.

This program uses ANSI escape codes in its output. To suppress that for displays which don't support them, invoke ifiction with a -a option.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published