Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated README
  • Loading branch information
msaad1999 authored Jun 17, 2018
1 parent cf14cc9 commit 26da044
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# Project---LOST

A java powered 2D Game

The game is a 2D side scrolling system, where a player moves left, right, vertically or diagonally to traverse the game. there is a level system, although not complete as of yet. This was a semester project, so i had to create the whole game without any game making software or java library. so everything was hardcoded and created from scratch. the player is a human character in a sci-fi suit, with arrow-key movements and jumps by the space button. there are enemies as well, tho not yet satisfactoruly advanced yet, with a basic AI to follow the player. there is no HP system as of yet, so the player dies on contact with the enemy or falling down legdes etc. the ctrl button fires bullets, tho there is a small fault. the player image does not have a gun and there is no shooting animation. all this would have required intensive GIMP or PhotoShop, and i didnt have the time then. the player has a complete sprite sheet animation, meaning that there are a lot of static images looping to create the effect of movement.

HOW TO PLAY

you need to have netbeans IDE installed on your system and your resolution must me 1366x768. i have yet to make an installable executable of the game and make the resolution dynamic so it could be played on any resolution. once previous requirements are met, download the entier code in a folder, open netbeans and choose the open project option, and then open the entire folder as a netbeans project. once the project is opened, click the green arrow on the top to run the game.

0 comments on commit 26da044

Please sign in to comment.