GithubHelp home page GithubHelp logo

waltersd5731 / adventure Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skylerlutz/adventure

0.0 0.0 0.0 344 KB

A text based RPG written in Java. Hilarious game that is fun to play.

Java 100.00%

adventure's Introduction

Adventure is a text-based adventure game inspired by Dunnet, the game that ships with the Emacs text editor.

To play the game, compile all files with 'javac *.java' and run with 'java Main.java'.

This project was designed so that creating highly customizable levels was extremely easy. To do so, follow the example in Map.java. If you have difficulties, follow these steps:

1. Open Map.java
2. Create a new public static method, with the return type Room and no arguments.
3. Instantiate a Room object, and return it in the function.
4. Lastly, open Game.java, and add the level to the menu by editing the chooseLevel function.

Written by Skyler Lutz.

adventure's People

Contributors

skylerlutz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.