GamJam1124
A downloadable game
TO PLAY -
Download Eclipse-Workspace.
Once you open it, right click on the far left side window. It should be called Package Explorer.
New > Java Project
Name it GAMEJAM (This is case sensitive.)
Open "src"
Right click on "src"
New > Package
Name it 'game' (This is case sensitive.)
Right click 'game'
New > Class
Name it 'Main' (This is case sensitive.)
Download the uploaded file (also called Main)
Copy and paste ALL OF THE CODE into the class 'Main' that you created in Eclipse. I suggest hitting CTRL+A, CTRL+C, going into the class 'Main' that you made, CTRL+A, CTRL+V.
OPTIONAL BUT SUGGESTED:
At the bottom of your screen, you should see the Console. Right click the tab "Console" and press "Detach".
At the top of your screen, there should be a green circle with a play button in it. Press that, then viola. If you detached the console then make it full screen, if you didn't then you can use the console at the bottom of the screen to interact with the game.
Published | 9 days ago |
Status | Released |
Author | MirandaStr |
Download
Install instructions
TO PLAY -
Download Eclipse-Workspace.
Once you open it, right click on the far left side window. It should be called Package Explorer.
New > Java Project
Name it GAMEJAM (This is case sensitive.)
Open "src"
Right click on "src"
New > Package
Name it 'game' (This is case sensitive.)
Right click 'game'
New > Class
Name it 'Main' (This is case sensitive.)
Download the uploaded file (also called Main)
Copy and paste ALL OF THE CODE into the class 'Main' that you created in Eclipse. I suggest hitting CTRL+A, CTRL+C, going into the class 'Main' that you made, CTRL+A, CTRL+V.
OPTIONAL BUT SUGGESTED:
At the bottom of your screen, you should see the Console. Right click the tab "Console" and press "Detach".
At the top of your screen, there should be a green circle with a play button in it. Press that, then viola. If you detached the console then make it full screen, if you didn't then you can use the console at the bottom of the screen to interact with the game.