ludum_dare_41/README.md
2024-08-07 04:59:26 +00:00

1.6 KiB

Ludum Dare 41

Getting Started

Prerequisites

Must have Java installed

  • NOTE: I run Java 9 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 9.

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 41. 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 it was supposed to be a text adventure mixed with a 2d platformer and in a sense it does this. But the quality of everything is so low it barely counts. Anywyas more specifically you are the user of a computer and you find out you have a virus installed. You must navigate the computer and complete tasks to eventually remove the virus. Or atleast that was the plan. The game was super rushed and is extermely incomplete so feelsbadman.jpg.

Can I play it?

Of course! Here's how:

Click here to download the game. Once you've downloaded it extract the zip file and 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