8000 GitHub - liti-games/Adventure: An adventure game made in java using Litiengine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

liti-games/Adventure

 
 

Repository files navigation

Adventure

This project requires Java 17 and is built using Gradle 7.5.1 image image

How to play

Controls

A - 781D LEFT
D - RIGHT
SPACE - JUMP
ENTER - ATTACK

Goals

Kill all enemies in the level to proceed to the next level, if you reach the last level you win

Project Tree

.
├── audio
├── images
├── localisation
├── maps
├── sprites/
│   ├── entities
│   └── heroes
├── src/
│   └── com/
│       └── litiengine/
│           └── Adventure/
│               ├── abilities
│               ├── entities
│               ├── hp
│               ├── inputs
│               ├── screens
│               ├── utilities
│               ├── GameManager.java
│               └── Program.Java
├── build.gradle
└── config.properties

Setting up and running

Setup the project

gradle init

Run the project

To run the application, please run the following command.

gradle run

Documentation

Documentation is available in the wiki

Credits

Created by University of Mauritius students for an OOP java course:
Rasesh Rampersand (2115975)
Chandnee Ramlugun (2116950)
William Gregory How Foh Yee (2114250)

About

An adventure game made in java using Litiengine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.4%
  • Shell 11.5%
  • Batchfile 4.1%
0