All Projects → msaad1999 → LOST--Java-2D-Game

msaad1999 / LOST--Java-2D-Game

Licence: MIT license
2D side-scrolling game made in JAVA with sprite sheet animations

Programming Languages

java
68154 projects - #9 most used programming language
rust
11053 projects

Projects that are alternatives of or similar to LOST--Java-2D-Game

platform template
Template project for platform games in Godot Engine.
Stars: ✭ 61 (+2950%)
Mutual labels:  2d-game, 2d-platformer-game, 2d-platformer
2D-Platformer-Hunter
A 2D Platformer Controller in Unity
Stars: ✭ 153 (+7550%)
Mutual labels:  2d-game, 2d-platformer
O2
2D Game Engine with visual WYSIWYG editor
Stars: ✭ 121 (+5950%)
Mutual labels:  2d-game, 2d-graphics
2d Spaceshooter
A very simple 2D space shooter game made with Unity
Stars: ✭ 6 (+200%)
Mutual labels:  2d-game, 2d-graphics
surfacer
AI and pathfinding for 2D-platformers in Godot.
Stars: ✭ 56 (+2700%)
Mutual labels:  platformer, 2d-platformer
Gdevelop
🎮 GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
Stars: ✭ 3,221 (+160950%)
Mutual labels:  game-2d, 2d-game
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+102600%)
Mutual labels:  game-2d, 2d-game
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (+6800%)
Mutual labels:  game-2d, 2d-game
Gf
A C++14 framework for 2D games
Stars: ✭ 154 (+7600%)
Mutual labels:  game-2d, 2d-game
MushROMs
Super Nintendo game editing libraries and tools
Stars: ✭ 24 (+1100%)
Mutual labels:  2d-game, 2d-graphics
sonarlint4netbeans
SonarLint integration for Apache Netbeans
Stars: ✭ 23 (+1050%)
Mutual labels:  netbeans
Driftwood
Driftwood 2D Tiling Game Engine and Development Suite
Stars: ✭ 23 (+1050%)
Mutual labels:  2d-game
spritekit-water-node
🌊 Custom SpriteKit node that allows to simulate 2D water with respect to physics. The app demonstrates Flocking behaviour using GameplayKit, key-frame animation and custom fragment shader chaining (GLSL) 🤯
Stars: ✭ 82 (+4000%)
Mutual labels:  2d-graphics
liquid-simulator-godot
2D Liquid simulator with cellular automaton in Godot (GDNative / C++) - Godot 3.2
Stars: ✭ 64 (+3100%)
Mutual labels:  2d-game
piskel
A simple web-based tool for Spriting and Pixel art.
Stars: ✭ 9,109 (+455350%)
Mutual labels:  spritesheet
core
Create 2d primitive shapes, encapsulate and repeat them by handling each repetition and generate recursive shapes
Stars: ✭ 34 (+1600%)
Mutual labels:  2d-graphics
StrawberryBF
A tiny 2D game engine focused on usability and simplicity.
Stars: ✭ 80 (+3900%)
Mutual labels:  game-2d
phaser-cat
A 2D top-down shooting game, built with phaser + box2d plugin
Stars: ✭ 17 (+750%)
Mutual labels:  2d-game
elemental-one
A simple platformer made along the theme of Ludum Dare 28
Stars: ✭ 36 (+1700%)
Mutual labels:  platformer
gdx2d
A simple to use Java library for games and graphics, for desktop (PC, Linux and Mac) and Android.
Stars: ✭ 27 (+1250%)
Mutual labels:  game-2d

A java powered 2D Game

msaad1999

corrupt image

Introduction

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 satisfactorily advanced yet, with a basic AI to follow the player.

corrupt image

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.

The game has a complete and fully functioning GUI, with dynamic-background menus and responsive buttons.

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.

corrupt image

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].