As this is my first entry ever for Ludum Dare (or any other game jam) hello everyone :).
Game I created is as simple as it can be. I did not remember that ludum dare starts this weekend so I had only few hours to code :(. Graphics are atari 2600 like and music is procedurally generated. But it is still first game I have ever finished so I'm happy :)
Instructions:
Main objective in game is to score as many points as possible. Ship controlled by user changes shapes periodically. When it touches other ships of the same shape user scores a point. When ship will touch other ship in different shape user will lose on life. User ship can also shot projectiles, but they hurt only ships of the same shape.
Controlls:
w s a d -> ship movement
k - fire projectile
Game was created using java8 and processing and it was tested on Windows 8.
Downloads and Links
Ratings
#330 | Audio(Jam) | 3.15 |
#382 | Innovation(Jam) | 3.22 |
#557 | Mood(Jam) | 2.96 |
#650 | Overall(Jam) | 3.04 |
#656 | Humor(Jam) | 2.29 |
#659 | Fun(Jam) | 2.85 |
#662 | Graphics(Jam) | 2.93 |
#669 | Theme(Jam) | 3.37 |
#1631 | Coolness | 42% |
Comments
The shape-matching thing is an interesting idea, but in practice the enemies move too fast to be able to chase them down before the next change. Not bad at all for a first game jam, though - keep it up!
Nice work for a first game, the random sounds create a great atmosphere. Hopefully see you in the next LD :D
PS: I had a random crash when shooting enemies, could you reproduce it ?
@asobitech thank you :)
@mechalis at first I wanted to exclude shooting but without it was almost impossible to kill an enemy so I finally added it. I hope I will not miss start of next jam and will have a little more time.
@Random crash is kind of weird because it started to occur after I added splash screen, but it was hard to pinpoit exactly what was going wrong. Generally on the next game jam I will probably try Unity, because writting everything myself using java and proessing generates a lot of overhead.
of course I meant @BubbleChien not @Random, sorry for that :)
I like the music. Can you point me to good literature about how to procedurally generate music?
The music and graphics style fit good together.
Interesting game concept with the shape matching. But I don't understand why you can (only) shoot the enemies that give you score.
Because of the speed of the enemies when fleeing from you, it's actually quite hard to score.
Overall: nice game for the short development time!
@xaedes I have been playing guitar for some years so rules applied hear are my own and to be honest I don't know about any literature about procedural music generation besides the one paper I saw yesterday on reddit -> https://www.academia.edu/9696759/Computoser_-_rule-based_probability-driven_algorithmic_music_composition but from what I see this paper covers most fundamental topics.
And yes I agree that I should do something with shooting because currently game ends too fast too hard :P
It was a great idea, although almost impossible because by the amount of enemies that would be on the way throughout the small time spawn you're given when having the same shape as another enemy in attempt to catch them, on top of that they were very fast, but great attempt :D
Really nice job. The music was really good and I really liked the idea.
Welcome the LD! Congratz on your first game!
I like it! With a little tweaks this could be very fun on mobile.
Man, I must really emphasize how cool this idea is! I love how audio and gameplay work well together and I really only wish that shooting is a bit easier! Good job!
I'm so sad, it did not start at all.
Double ckick: nothing happens, no task in task manager.
I have Java 7 rev.41 installed.
@crazyrems Unfortunetly the game won't start in java older than 8 because I used stuff like streams api etc. so porting it to older versions of java would require code changes.
As said, the shape change is pretty much unpredicatble, but overall this is a nice work. Music is really relaxing, graphics looks good. I think the projectile are a bit messed up, their initial speed depend of your own seep, which is not handy. Good job though, keep making games!
Lovely graphics! And music is so awesome! this game is really amuse me
You must sign in to comment.
TEAMS: Teams entering the Jam should pick a single representative to submit your game, or create a team specific account you can share. We currently do not support Team Voting, but sharing an account and together playing and rating games is acceptable.
NOT LOGGED IN?: If you get a message about not being logged in, even though you are, it’s because your web browser cached the non-logged in page. You can fix this by either refreshing your cache or clearing your cache. CTRL+F5 in many browsers. Chrome is a bit more work. Press F12 to enable Developer Mode, then you can right click on the refresh button and select “Empty Cache and Hard Reload”. This option is unavailable if you are not in Developer Mode.
PORTS: Ports to other platforms can be done after the deadline. That said, the sooner you finish your port, the sooner people can play your game, improving your chances of placing in the final results. For best results, provide a Web version of your game, or a Windows version with no dependencies. Also be sure to rate about 20 games to improve your visibility.
MY GAME DOESN’T SHOW UP: If you can’t find your game, it’s usually because the URL to your downloads are missing ‘http://‘. Fix your URLs (http://mysite.com/mygame.zip) and you will show up. Alternatively, if you just posted it, wait a minute. The cache may not have refreshed yet.
MY GAME CRASHES, IS UNBEATABLE, OR I MADE A TYPO: We allow you to fix crash or win condition bugs after the deadline (in a sense, like “porting” to support more players). We also allow “typo” bugs. I.e. A true that should have been a false, a word that should have been a different word, very tiny changes that you would have caught if you had more sleep. We leave this open to interpretation, but generally speaking your game should be identical to the game you submitted. No new features, just things you messed up last minute. Typos.
Hello :)
Welcome to the world of Game Jamming.