A downloadable game for Windows and Linux

Jam-Game for GMTK-2019 (For Windows and Linux)

You have a Gun, but only One Shot. It quickly becomes a problem to solve. This game explores all the possibilities that I was able to come up with in 48 hours.

This being a jam game and me not being an artist, it isn't the prettiest game around. But it'll surely make you think about the possibilities.

It is made in an engine I wrote in Java, with the help of the LWJGL3 library. However, all but the very basic functionalities (setting up OpenGL, etc.) have been done after the theme for the jam was announced.


Download

Download
ONE_SHOT.zip 57 MB

Install instructions

Your Download will be ZIP file which you can extract using softwares like WinRar,etc.

A folder named ONE_SHOT will be created. This will contain all the relevent files.

The Game File is a Jar Executable (One_shot.jar), which works on Windows and Linux provided you have the latest JDK installed.

For Windows (tested on Windows 10) - Doubleclick on One_shot.jar as you would to run any other executable.

For Linux (tested on Ubuntu 18.04) - Rightclick on the folder and open it in terminal. Type in the command "java -jar One_shot.jar" to open it.

You size change the size of the Window or switch to Fullscreen by changing the values in the file "settings.txt".

Controls - W,A,S,D to move around
        
         - Mouse look, Click to fire.

         - left and right arrow keys to turn.(Alternative)

         - Enter to fire (Alternative)

         - X to restart Level (! will be used often !) (!! Do not hold it down !!)

         - Escape to Pause

Comments

Log in with itch.io to leave a comment.

Does not launch when double clicking on jar. Consider shipping with a JVM ?