Giter VIP home page Giter VIP logo

zuulenumgui's Introduction

//STEGGER'S NOTES
Hi all

This is a complete and refactored version of World Of Zuul. 
It has partially been created by the authors of the chapter you have been working 
with, but I have added a user interface to the applikation so that it now can be
played in an awesome graphical environment. 

You can use this as an example on how you can implement your own JavaFX version.
You can add another package to the "gui" package and name it javafx, and there in 
you can add your controllers and views and then simply use the application in the 
"bll" package to run the game. Specifically a Game object is what your controller
should work with. Look at the ZuulGUI class for inspisration. It's a Swing class, 
and compared to JavaFX you can say that it's a fusion between a controller and a 
view.

I admit that some improvements must be made. For instance I have chosen to ignore
the help command, as I'm always displaying the possible commands. But you might
wan't to display some help, and you should figure out how to do that.

Have funz
Stegger

//AUTHORS NOTES BELOW:
Project: zuul-with-enums-v2
Authors: Michael Kölling and David J. Barnes

This project is part of the material for the book

   Objects First with Java - A Practical Introduction using BlueJ
   Fifth edition
   David J. Barnes and Michael Kölling
   Pearson Education, 2012
   
This project is a simple framework for an adventure game. In this version,
it has a few rooms and the ability for a player to walk between these rooms.
That's all.

To start this application, create an instance of class "Game" and call its
"play" method.

This project was written to illustrate the use of enums to support
language independence of the game logic.

Read chapter 7 of the book to get a detailed description of the project.

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.