Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

44 lines (24 loc) · 1.41 KB

This program has been written as a project during the second semester of the BSc Software Engineering degree in Vilnius University.

The Bolt Game

The fulfilled project requirements include:

* The coordinates of the map are writen in the `csv` format
* The map of the game is bigger than the screen size
* Once the goal is reached, the level changes
* The map consists of tiles
* The sprite avoids obstacles
* The sprite moves with physics and is animated
* A tiled map editor

Art used for this game:

How to run the program

To be able to play, Java 8 or newer version is required to be installed!

To play the game, download the folder for your appropriate OS from the folder Executables. For example, for Windows 64-bit, download the application.windows64.zip and launch boltGame.exe.

Use arrow keys to control the character.

Screenshots

Playing the game

Level1

Screen between levels 1 and 2

Level2Screen

Tiled map editor

TileMapEditor