项目作者: gregcman

项目描述 :
A 2D Platform Game in Java.
高级语言: Java
项目地址: git://github.com/gregcman/2d_scroller.git
创建时间: 2014-02-26T02:58:27Z
项目社区:https://github.com/gregcman/2d_scroller

开源协议:

下载


Controls

  • Arrow Keys to Move
  • X to Jump
  • Z to Sprint

Install

Make sure you have Java installed.

Download this file,
which is found in /working jar/.

Click on the jar file.

Thanks for playing!!!

Background

This is the first standalone project of mine written in a “real” programming language. Before, I had used LOGO, and scratch,
and fiddled around with Minecraft’s source code.

Technical details

This game uses LWJGL.
A bitmap is used to detect collisions.

There is:

  • A system to load levels from a file
  • A camera
  • OpenGL based rendering