Evolution Or Revolution by PTSnoop
While googling around for inspiration, I found an essay on Anarchy Archives, "Evolution and Revolution" by By Elisee Reclus.
"The word Evolution," she writes, "synonymous with gradual and continuous development in morals and ideas, is brought forward in certain circles as though it were the antithesis of that fearful word, Revolution, which implies changes more or less sudden in their action, and entailing some sort of catastrophe."
And I thought, yeah, that'd make a good game. So here's the result.
You, the player, are trying to gradually build up society by encouraging different values. If your people disagree with your values, they will start Revolutions, drastically shifting society's values and harming your efforts.
(Believe it or not, I'm not actually trying to push any kind of social or political agenda here. I just thought it would make for good gameplay. Did I succeed? You decide.)
UPDATE: I've discovered the Love2D WebGL Player at https://github.com/ghoulsblade/love-webplayer , and I've put a WebGL version of Evolution Or Revolution online. Shiny up-to-date-browsers required, it's a bit temperamental, and the Game Over screen isn't working, but apart from that it's not too bad. Enjoy.
"The word Evolution," she writes, "synonymous with gradual and continuous development in morals and ideas, is brought forward in certain circles as though it were the antithesis of that fearful word, Revolution, which implies changes more or less sudden in their action, and entailing some sort of catastrophe."
And I thought, yeah, that'd make a good game. So here's the result.
You, the player, are trying to gradually build up society by encouraging different values. If your people disagree with your values, they will start Revolutions, drastically shifting society's values and harming your efforts.
(Believe it or not, I'm not actually trying to push any kind of social or political agenda here. I just thought it would make for good gameplay. Did I succeed? You decide.)
UPDATE: I've discovered the Love2D WebGL Player at https://github.com/ghoulsblade/love-webplayer , and I've put a WebGL version of Evolution Or Revolution online. Shiny up-to-date-browsers required, it's a bit temperamental, and the Game Over screen isn't working, but apart from that it's not too bad. Enjoy.
| Windows | http://darkfieldgames.com/ludum/24/EvoOrRevo_v1.zip |
| Linux / Source (.love) | http://darkfieldgames.com/ludum/24/EvoOrRevo_v1.love |
| WebGL (might work, might not) | http://sasha.sector-alpha.net/~ptsnoop/webgl2/evoorrevo2/ |
| Original URL | https://ludumdare.com/compo/ludum-dare-24/?action=preview&uid=11718 |
Ratings
| Coolness | 45% | 641 |
| Overall | 2.65 | 554 |
| Fun | 2.17 | 632 |
| Graphics | 2.17 | 647 |
| Humor | 2.56 | 218 |
| Innovation | 3.57 | 95 |
| Mood | 2.41 | 488 |
| Theme | 3.30 | 219 |
Hmm. I've given it a check, and it's working fine for me even after I uninstall the LOVE engine. When you say "its broken", are you getting an error message? Are you running it from the exe or the .love ?
Cool game! :)
What happens if you download the Love2D engine ( https://love2d.org/ ) and try running the .love instead of the .exe ?
Fun idea, though I'm not yet entirely sure if I actually understood the cause and effect of the game mechanics, some more tips might be nice!
error during love.update(0.017) : Error: attempt to call field 'quit' (a nil value) : lua_tablegetcall
@http://sasha.sector-alpha.net/~ptsnoop/webgl2/js/lua-parser.js:1308
@http://sasha.sector-alpha.net/~ptsnoop/webgl2/js/lua-parser.js:93 lua_rawcall
@http://sasha.sector-alpha.net/~ptsnoop/webgl2/js/lua-parser.js:1289 lua_call
@http://sasha.sector-alpha.net/~ptsnoop/webgl2/js/lua-parser.js:1320 call_love_callback_guarded
@http://sasha.sector-alpha.net/~ptsnoop/webgl2/js/main.js:306 call_love_update
@http://sasha.sector-alpha.net/~ptsnoop/webgl2/js/main.js:365 MainStep
@http://sasha.sector-alpha.net/~ptsnoop/webgl2/js/main.js:416