Giter VIP home page Giter VIP logo

onyxia's Introduction

Onyxia

This is a Java adventure game. The game is simple to play and the player does not need any instructions in order to understand the gameplay.

To run the game from command line, go to dist directory and type: "java -jar Onyxia_game.jar" or double click on the Onyxia_game.jar , it is executable.

I did not use any automated GUI to create the user interface.

User's prefer to interact pressing buttons rather writing commands, and this is the most common way to play the game. However, the game can be played completely using the provided JTextField. Note: Every time that a user tries to perform an action, his current actions are typed automatically into the JTextField. From Human Computer Interaction point of view, this helps the user remember which command he previously entered, this is why it is used.

There is a background music in the game that loops and some other small sounds that they play according to user actions. Each sound is a seperated thread. The audio is part of the interface with the user, this is why it is implemented in User Interface class.

Note: You cannot open two java jar or keep busy with some way the audio because the audio interface cannot access a sound if another application is using it at the same time. Also an audio device must be available.

The game is easy to finish if you pay attention to everything you find.

onyxia's People

Contributors

mvogiatzis avatar

Forkers

neuroquote

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.