Skip to content

This is my first Java Game. This code Open Sourced and you all are free to use and develop it. I tried to create 2D version of MineCraft PC Game, and also implemented most of its features.

License

Notifications You must be signed in to change notification settings

stressedtyagi/MineCraft2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinceCraft2D

This is my first Java Game. This code Open Sourced and you all are free to use and develop it. I tried to create 2D version of MineCraft PC Game, since this game still misses some of its features.

This Is progammer friendly Java Game For Beginners. It covers following concepts of Java and OOP.

  • Multi Threading
  • Graphics
  • BufferStrategy
  • BufferedImages
  • SpriteSheets
  • Assets
  • Animations
  • Templates
  • Listener Classes
  • Swing Class
  • And Many More.

The features this game consist are listed below.

  • World Generator
  • Entities
  • GFX
  • Animations
  • Menu Screen
  • Inventory System
  • Attack Modules

HOW TO PLAY? Playing is really simple, it is same as any other open world game where your player would be lost in the wilds or any place of the world and you have to survie for your existence.

#Controls These controls can be easily changed within the code.

Movement

  • W : Move Forword
  • A : Move Left
  • S : Move Right
  • D : Move Down

Attack

  • UP ARROW: Attact Up
  • LEFT ARROW: Attact Left
  • RIGHT ARROW: Attact Right
  • DOWN ARROW: Attact Down

E Key: To Open and Close Inventory

Many things could be added to this game and many could be altered, all it just depends on your imagination.

Here are some clips from the game.

test_image_1

test_image_2

test_image_3

test_image_4

test_image_5

test_image_6

About

This is my first Java Game. This code Open Sourced and you all are free to use and develop it. I tried to create 2D version of MineCraft PC Game, and also implemented most of its features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages