Baseball by jeepracer98
This is my first time doing the Ludum Dare without a team. I made this simple game to simulate playing a cheap video game one might find in a kids' meal at a fast food place. The game is will only run on Java 8 at the moment. I might recompile this game to run on Java 7, and if I do, I'll put it up on the project page at my website (linked in the top). The source code is all set to be opened in Eclipse, but can be opened without it as well.
When you unzip the game, it will be in its own folder, so don't worry about unzipping it and having stray files. To run the game try double clicking Baseball.jar, but if that doesn't work try double Baseball.bat on Windows or Baseball.sh if you are on Mac OSX or Linux. If you are on Linux or OSX and double clicking the .sh file doesn't work, try running it through the terminal.
I hope you guys enjoy this game as much as I enjoyed writing it.
Controls:
A/D or Left/Right | Move batter side to side
Space/P | Pause/Unpause the game.
If you are in the correct place to hit the ball, you get a point, but if you miss the ball, you lose a point.
When you unzip the game, it will be in its own folder, so don't worry about unzipping it and having stray files. To run the game try double clicking Baseball.jar, but if that doesn't work try double Baseball.bat on Windows or Baseball.sh if you are on Mac OSX or Linux. If you are on Linux or OSX and double clicking the .sh file doesn't work, try running it through the terminal.
I hope you guys enjoy this game as much as I enjoyed writing it.
Controls:
A/D or Left/Right | Move batter side to side
Space/P | Pause/Unpause the game.
If you are in the correct place to hit the ball, you get a point, but if you miss the ball, you lose a point.
| Universal Game on Java 8 (Zip) | https://www.dropbox.com/s/ujfn3gdbd1uu294/Baseball_LD31.zip?dl=0 |
| Java Source (Zip) | https://www.dropbox.com/s/g5ds1cs96zbqyt3/Baseball_LD31_src.zip?dl=0 |
| Project Page on my Website | http://stevensadventures.org/other_projects/baseball-game-ludum-dare-31 |
| Original URL | https://ludumdare.com/compo/ludum-dare-31/?action=preview&uid=33167 |
Ratings
| Coolness | 36% | 1818 |
| Overall | 2.41 | 1145 |
| Fun | 2.36 | 1080 |
| Graphics | 1.95 | 1151 |
| Innovation | 2.14 | 1114 |
| Mood | 2.50 | 920 |
| Theme | 3.45 | 753 |
My only complaint is that the Power button doesn't work. :P
Not sure why it was compiled with Java 8, earlier versions are much more likely to exist on our computers and unless this game makes heavy use of lambda expressions or other new features it should be easy enough to compile it in 7 or even 6.
Also not sure why you didn't opt out of the Humor category, this doesn't strike me as a funny game in any way.
@CodeNMore For some reason I made it so that when you hit the ball successfully, it adds one point, and if you don't hit the ball it removes a point. If you end up missing more than you hit, the score will end up negative.
Thanks for checking out my game guys. :D