Code Monkey home page Code Monkey logo

killbox's Introduction

KillBox

Top Language Code Size License

A simple FPS game that uses LWJGL. It is a Java rewrite of FPS_test from C++. It is distributed under the GNU GPL v3.

alt tag

System requirements:

  • Java 1.7 (JRE and JDK)
  • The latest version of LWJGL version 2 (not version 3). LWJGL 2.9.3 is included.
  • Your computer must support OpenGL.

How to run on Linux

Install the latest Java from Oracle's website. Go in the KillBox master directory (which has GridLevelMaker and license.txt), then in the "KillBox" directory. Copy the files from the "src" directory into the current directory.

Compile using:

javac *.java -cp res/lwjgl.jar:res/lwjgl_util.jar

Launch the game using:

java -cp res/lwjgl.jar:res/lwjgl_util.jar:. -Djava.library.path="./res" Game

Alternatively, use the script compile-and-run.sh that's located in the res folder.

Run on Windows

  1. Go to your "KillBox" directory which contains "res" and "src".
  2. Copy the files from "src" into the current directory.
  3. Copy the files (not the folders) from the "res" directory into the current directory.
  4. Run the batch file named "compile-and-run.bat".
  5. If it doesn't work, make sure that "java" and "javac" are in your PATH, then try step 4 again.

Screenshots

KillBox running on Ubuntu MATE (map: Citadel)

citadel

KillBox running on Windows 7 (map: Demo)

demo

KillBox running on Ubuntu (map: Houses)

houses

KillBox running on Debian (map: Manor)

manor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.