Class Warfare by gabeochoa
As a child you get abandoned in the train station, and are trying to locate your parents.
Also because of overpopulation, the only way to stand out from the mass of people is if you are wealthy, and for every social class you move up there is a group there, making you average again. Your goal is to traverse the social castes and become the richest person in the world but if you take too long, people will fill the world and all hopes of finding your parents will be lost.
CONTROLS:
Arrow Keys or WASD to move
Enter or Space to select
-You are invisible until you collect a couple of coins.
-You start in the top left on the first level.
-On the second and third levels you stay where you were the level before.
For example, if you end level one at (400,200), you start level two at (400,200)
By Gabe Ochoa
Enjoy! :)
Also because of overpopulation, the only way to stand out from the mass of people is if you are wealthy, and for every social class you move up there is a group there, making you average again. Your goal is to traverse the social castes and become the richest person in the world but if you take too long, people will fill the world and all hopes of finding your parents will be lost.
CONTROLS:
Arrow Keys or WASD to move
Enter or Space to select
-You are invisible until you collect a couple of coins.
-You start in the top left on the first level.
-On the second and third levels you stay where you were the level before.
For example, if you end level one at (400,200), you start level two at (400,200)
By Gabe Ochoa
Enjoy! :)
| Windows JNLP Webstart | https://dl.dropbox.com/u/28948697/LD24/launch.jnlp |
| Standalone JAR (smaller) | https://dl.dropbox.com/u/28948697/LD24/ClassWarfareStandalone.jar |
| Source | https://dl.dropbox.com/u/28948697/LD24/ClassWarfareSource.zip |
| Timelapse | http://youtu.be/5wgJi3p7l-8 |
| GitHub | https://github.com/gabeochoa/Class-Warfare |
| Original URL | https://ludumdare.com/compo/ludum-dare-24/?action=preview&uid=2772 |
Ratings
| Coolness | 81% | 2 |
| Overall | 2.37 | 659 |
| Audio | 2.68 | 272 |
| Fun | 2.19 | 625 |
| Graphics | 1.48 | 746 |
| Humor | 2.00 | 396 |
| Innovation | 3.17 | 233 |
| Mood | 2.12 | 609 |
| Theme | 2.29 | 598 |
@Nick K greasemonkey wrote a python script that made them, and i made the sound effects in BFXR.
GM: http://www.ludumdare.com/compo/author/greasemonkey/
Script: http://gm.64pixels.org/stuff/atrk-bu.py.txt
OriginalPost: http://www.ludumdare.com/compo/2011/12/13/if-you-find-it-hard-to-make-music-read-this/
Anyway, cool game. Simple but fully implemented, I enjoyed it. I agree that it's hard to find yourself in the beginning, but I feel like that's the point. Good work!
I may release a post-compo in the future, with a couple changes that I think we both would like.
@Kuulog Yes I used wav files, Is there a smaller one that I could use in java? Also I think it might be large because there are a couple unused files that were going to be more levels, but i will try to make smaller.
@SGT Yea I changed the story after I was halfway through and realized that it wasnt the best story for the theme but if you want a tie, you could say that the main character /evolved/ socially.
@dalbinblue When I showed IRC an early version, they said the same thing about the colors but the reason they are so saturated are because it was the easiest way to handled the colors without thinking too much of it.
In java you create a custom color by writing: Color name = new Color( r, g, b, A); with r,g,b and A as numbers less than 255. What I did was each level was a different color, level one was red, two was blue and three was green. This made it easier because I could just use wealth as the variable for the color.
For example for the first level the color was: col = new Color(wealth/2, 0, 0, 255); So that when you got 500 (510 originally) points, you would be at full saturation and be the same color as the next background, then on level two it would be: col = new Color(255, 0, wealth/2, 255); and so on.
------
A couple things that influenced me in the story part were, 'The Last Book in the Universe' by Rod Philbrick and the movie 'In Time' (2011) starring Justin Timberlake, Olivia Wilde and Amanda Seyfried. I would highly suggest those.
In the book, the world is separated into two groups of people, the commoners and the proovs which are genetically engineered to be better, think super-natural selection.
That gave me the idea of evolving to be wealthy.
In the movie, everyone is engineered so that once they turn 25, their 'clock' turns on and they have one year of time. When your clock hits zero, you die. Everything is based on time, its the new currency: "the more wealthy, the longer you live."
That idea is the reason you need to hurry (or else).
Also in the movie, inorder to cross 'time zones' you had to pay a toll, which was a way to keep the social classes separate, so the rich, who were also the oldest, lived on one side of the country and poor on the other.
And that is the reason, you need money to get closer to your parents and the people who could help you find them.
------
Thanks again for the positive feedback and for playing the game. :)
-Gabe
PS: there was a SUPER BUSLOAD of lag.
just saying