Skip to content

Simple implementation of the arcade game robotron

Notifications You must be signed in to change notification settings

RedCarnage/robotron

Repository files navigation

Robotron Clone

Overview

The is a simple implementation of Robotron. Using Java swing and AWT. It was meant as a some sample code to show my son how to code games in java.

Libraries Used

Jinput - for access to joysticks This has only been tested use a xbox gamepad connected on windows.

How to run

To run the game without compiling it, I include a jar in the libs directory. Should be able to run with the command: java -jar carltron.jar

Note : The game will use the first gamepad connected.

You can use the keyboard. Arrows move the player. w,a,s,d - fire up, left, down, right.

About

Simple implementation of the arcade game robotron

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages