Think programmable khet but really buggy
Find a file
2024-08-07 04:58:07 +00:00
res Entire project 2024-08-07 04:58:07 +00:00
src/com/gnarly Entire project 2024-08-07 04:58:07 +00:00
.gitignore Entire project 2024-08-07 04:58:07 +00:00
LICENSE Entire project 2024-08-07 04:58:07 +00:00
README.md Entire project 2024-08-07 04:58:07 +00:00

Ludum Dare 39

Getting Started

Prerequisites

Must have Java installed

  • NOTE: I run Java 8 so I cannot guarantee that it will work on earlier version, but I don't believe I've used anything preventing it from running on some older versions. Click here to download Java 8.

Graphics driver must have support for OpenGL 3.3 Core or later

What's this all about?

This project is my game for Ludum Dare 39. If you don't know what Ludum Dare is and you're into making games then definitely check it out here.

So what's the game?

Well the game is a game in which you, the player, must control a system of mirrors to direct a laser to the target. You do this by writing programs that control the mirrors and the laser cannons. The game is very short and has some maybe game breaking bugs, but overall its fairly complete.

Can I play it?

Of course! Here's how:

Click here to download the game. Once you've downloaded it just run the jar file.

Of course you can always download the source and compile it yourself. You are going to need LWJGL 3. Make sure to include JOML under Addons