FoonLudum Dare ExplorerUsers → Synedraacus

Synedraacus

Games

YearLDThemeGameDivisionRankOvFuInThGrAuHuMo
202047Stuck in a loopComplete informationcompo1.001.001.001.001.001.001.00
201944Your life is currencyOne shotcompo4762.682.622.772.502.522.83
201841Combine 2 Incompatible GenresIndirectriscompo5922.932.653.633.202.932.592.222.62

Performance over time

overall score (left axis) percentile (right axis)

Scatterplots

Fun vs Overall

Innovation vs Overall

Theme vs Overall

Graphics vs Overall

Audio vs Overall

Humor vs Overall

Mood vs Overall

Comments by Synedraacus

LD44 — Your life is currency

Entity Manipulation by JCMonkey 2019-04-30T12:07:44Z

The only thing I wish there was in the game is hitpoints somehow being persistent between levels, roguelike-style. Otherwise the cost just doesn't matter until the latest level or two.

Don't Kill My Cat by Local Minimum 2019-04-28T15:16:28Z

It's either a work of genius or utter bullshit, and I can't decide which.

BOB by Phyro 2019-04-30T05:35:11Z

I liked the Reigns-style sequence of decisions, but it is pretty difficult to balance the variables you don't see, as @entirelybees mentioned above. Art and animation are great, though, and it's nice that you've made an Android build.

Venture-Out! by 64mega 2019-04-29T12:21:22Z

This is crazy awesome that someone makes a whole complete DOS game for LD. The art and sound are perfectly authentic, the gameplay loop is working fine, refreshing screens give just enough chance to grind while forcing you to finish a level in a single run. My favourite from LD44 so far.

Just one little issue: your dos-only distribution (the one without Dosbox) lacks `dos4gw.exe`.

The Day Of The Chosen by sahoskins1 2019-05-09T05:06:28Z

The game is pretty nice, but I think it would benefit from having a "Restart" button on the final screen. Sure, pressing Ctrl+R isn't alot of work, but it could easily be avoided.

Bartleby in Space by CarlsonAndPeeters 2019-04-30T05:44:42Z

@carlsonandpeeters Any chance of a native Linux build?

Bartleby in Space by CarlsonAndPeeters 2019-04-30T05:58:06Z

@carlsonandpeeters Yep, I'll check it out when I get home. Probably in four hours or so.

Bartleby in Space by CarlsonAndPeeters 2019-04-30T11:36:56Z

Linux version failed to launch under optirun (Mint 19, 64-bit), but it's probably something with my drivers. The `Player.log` is below:

``` Desktop is 1366 x 768 @ 60 Hz Unable to find a supported OpenGL core profile Failed to create valid graphics context: please ensure you meet the minimum requirements E.g. OpenGL core profile 3.2 or later for OpenGL Core renderer Vulkan detection: 0 No supported renderers found, exiting (Filename: Line: 590) ```

ýÔïïÞ by esenti 2019-04-29T06:46:02Z

Nice image and nice idea with the text, but there is not much of an actual gameplay. I bought a few levels of every upgrade in about half a minute and... that's it? It's a game about watching a number tick?

Diffraction by slimabob 2019-04-30T12:00:22Z

Linux build works alright.

Idle Idol by Daniel Moreno 2019-04-29T11:40:36Z

Usually the clickers are just about watching some number increment, but this one is also about making sure it doesn't increment too fast. That's a great idea, because it gives me the reason to actually play the game instead of just leaving it open and going for coffee or something. Graphics, sound and overall polish are top-notch. Like I couldn't find anything bad with those even if I wanted to.

That said, I felt it would be more interesting if there were two or three more variables to play with, like money, wood or some other resource. Just gradually updating stuff along a single axis starts feeling, I don't know, mechanical.

Furtual Rabbit: a defurred income game by microwerx 2019-05-07T13:13:09Z

Looks decent, and you get bonus points for not making it in Unity (which lags on some low-end PCs). But I didn't find the actual gameplay funny.

The Branch by Poffle 2019-05-09T05:33:58Z

Linux player reporting in, the build works just fine.

Deadline by Evan Minto 2019-05-11T05:58:01Z

Good game, nice twist with health/energy parameter, but it would benefit from having a checkpoint or two. Otherwise it's getting pretty grindy.

Radioactive Worm Storm by MarkoPoloDev 2019-05-07T13:20:54Z

Graphics and audio are great, and I'm always up to some indirect control games. But the robots' behaviour sometimes seemed counterintuitive. It would probably be better if their rules for choosing between multiple attractors were explained somewhere in the tutorial.

ALIEN, e x p a n s i o n . by Jaxson Van Doorn 2019-04-29T06:25:10Z

Cool graphics and sounds, but I found the controls pretty weird. Is left/right rotation really inverted?

One shot by Synedraacus 2019-04-30T05:25:26Z

Thanks for the feedback, @liauj. Could you recall which path that was? Somewhere around the Mad Max reference? I'm fairly sure there is a bug or two in there.

As for the protagonist, well, yeah. I don't think it would be really possible to get someone sane to like the suicide bomber.

One shot by Synedraacus 2019-05-01T02:42:51Z

@eyedromeda Yeah, some ambient would really help, but I just didn't have the time. Good point with the font, it's something I just forgot about.

One shot by Synedraacus 2019-05-11T05:52:10Z

@evan-minto Yeah, the project is pretty rushed. Hopefully I'd do a post-compo version, both editing the minor mistakes and maybe extending the hostage dialogue. Maybe add a Russian translation while I'm at it.

>they seem to be angry at “the man” in general and don’t have any idea of what society looks like after the bombs go off.

That's the impression I got from reading the Unabomber manifesto a few years ago. If I recall it correctly, the idea is that you need to shut down the modern civilization, then it's Mad Max for a little while, then a better world with pre-Industrial Revolution technology somehow emerges. The last part doesn't sound very convincing to me, but then I don't feel like living in the woods and mailing bombs to universities. Unlike the rest of us, Unabomber does believe that the modern society is so fucked we're better off taking the gamble.

Roboxery by cozmic 2019-04-29T11:24:25Z

Crashes on linux:

``` morozov@morozov-300V3A-300V4A-300V5A ~/tools/Games $ java -jar Roboxery.jar Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer; at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:133) Caused by: java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer; at de.cozmic.graphics.DrawData.flush(DrawData.kt:27) at de.cozmic.graphics.Renderer.flush(Renderer.kt:108) at de.cozmic.graphics.Renderer.render(Renderer.kt:337) at de.cozmic.graphics.GUI.button(GUI.kt:37) at de.cozmic.states.MenuState.render(MenuState.kt:37) at de.cozmic.Game.render(Game.kt:62) at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)

morozov@morozov-300V3A-300V4A-300V5A ~/tools/Games $ java -version java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode) ```

Please let me know if you need any more debugging information.

Snek Farm by t3nshi 2019-04-30T06:18:59Z

That's really solid. I thought every possible variant of Snake has been made like in nineties, yet here you are.

Transfert by p0nce 2019-04-29T11:48:45Z

Graphics and audio are great, although it would probably be easier if I could see the ground.

Pawn by jjhaggar 2019-04-29T06:52:30Z

Linux build crashes after the resolution selection window. The console output is as follows:

``` XXX@XXX-work ~/Downloads/pawn_linux $ ./pawn.x86 Set current directory to /home/XXX/Downloads/pawn_linux Found path: /home/XXX/Downloads/pawn_linux/pawn.x86 Mono path[0] = '/home/XXX/Downloads/pawn_linux/pawn_Data/Managed' Mono path[1] = '/home/XXX/Downloads/pawn_linux/pawn_Data/Mono' Mono config path = '/home/XXX/Downloads/pawn_linux/pawn_Data/Mono/etc' Preloaded 'ScreenSelector.so' Player data archive not found at `/home/XXX/Downloads/pawn_linux/pawn_Data/data.unity3d`, using local filesystem ```

As far as I know, it's just the default Unity spam.

God's Life by YothamUukl 2019-04-29T06:17:11Z

Your link is broken. Also, you should probably provide links to Web/Windows/Linux versions, not just the source code.

Life for Likes by FM Studio 2019-04-29T12:01:08Z

I really like it. Mechanics, sounds, theme fit, all just really works together. And it's in Flash, so the game must run on a toaster.

Perfect Date by limbo 2019-05-07T13:06:01Z

Note to self: next LD, make a renpy game that consists entirely of jokes in menu screens while the "Game" itself is a single non-interactive scene.

LD41 — Combine 2 Incompatible Genres

Infernoculus by icxon 2018-04-24T12:51:59Z

Absolutely great game. I take it HoMM III was an inspiration? Unit design and random map obstacles definitely remind me of something. Though honestly I doubt there is a single russian for whom it wasn't:) Anyway, just slap the KO condition or maybe a way to respawn players and you sure get my money on Steam.

Toodee and Topdee by dietzribi 2018-05-02T06:39:35Z

That's one of the games where you forget it's a jam project. The game isn't just smart, it's actually *polished*. Great work.

Rhythm Quest by achebit 2018-05-01T08:47:19Z

That's a damn good game, definitely in top two I've seen in this jam so far. Everything just works as it should.

InvadTris by csanyk 2018-04-21T17:36:31Z

Oh, so I'm not the only one with the tetris variant.

Roulette Knight by Finlal 2018-05-05T11:36:42Z

It's like you took the basic roguelike idea of strategically pushing your luck and thrown out all the unnecessary stuff like monsters and traps. And then made a good game from it. Damn well done.

Dungeon Slider by justinooncx 2018-04-26T07:01:54Z

Neat mechanics, but IMO it's lacking some non-magic way to see the floor. Maybe just show what's under the missing tile? Also, I just had an issue on L4 that I see that a certain tile is sacred (via the looking glass), place the treasure there, but it's not collected upon exiting the level. Otherwise, a damn great puzzler.

Dungeon Slider by justinooncx 2018-04-26T15:49:11Z

@justinooncx So the traps and blesses are hidden *by design*? Okay, then consider that point unsaid. Ditto for mimics, but I think some way to indicate *why* it didn't work wouldn't hurt.

Oceanscapes by __init__.py 2018-05-06T05:25:54Z

Linux build works fine for me (64bit Linux Mint 17). I like the idea, but it really needs some QoL fixes. Showing both game screen and text console was mentioned already, and I would really appreciate some commonly used parser IF commands (ie `examine`/`x` for looking at stuff, `take`/`grab` as synonyms for `pick up`, `exit`/`quit` to end the game).

Medieval Comedy DefJam : Heckler Edition by kyperbelt 2018-05-01T04:00:48Z

Runs on linux just fine, but deckbuilding for the bald guy seems broken (buttons don't respond). The entire run log is [here](https://gist.github.com/SynedraAcus/25108f2e28016fce2445356e91cbf1a8). And I'm not sure I fully understood the rules: for example, what's the success chance and where it comes from?

Medieval Comedy DefJam : Heckler Edition by kyperbelt 2018-05-01T04:01:29Z

Also you have a typo in the game title here.

Roundabout: ~ Roguelike & Rythm ~ Trading Bard Game by Gustavo Manchae 2018-04-29T15:07:41Z

It's neat, but why don't goblins get to play some tune as well?

Peckbuilding by maysick 2018-05-15T02:36:50Z

That's quite a cool little game, I'm surprised it's short of votes. Nice graphics BTW. Although there are some minor issues I'd like to note, mostly with clarity: * Resolution order is unclear. Both moves simultaneously then both actions? What if I push while enemy attacks 1 tile? These should be communicated rather than * Icons are hard to read * Are other islands (those not in the line) important? It looks like it's possible to jump to them, but I haven't found any cards to do so.

Rogue Pawn by Arden 2018-04-26T07:04:37Z

Apparently chess-souls is [a genre now](https://ldjam.com/events/ludum-dare/41/mare-underworld)? I'm yet to play either one, but your graphics look pretty cool.

Super Hyperspace Rythm Plus Ultra by Kichex 2018-04-25T12:17:22Z

Overall a good game, but for some reason it lags on 64-bit Linux under optirun. Although that could be some problem on my side.

Sleeping Titanium by Poorwill 2018-04-25T11:55:20Z

Just when I thought I'd go back to comments and make an electric sheep joke, I noticed it's an actual item to be purchased within a game. Nice overall, but I was missing some clear way to see how much energy do my sheeps/rabbits/chickens produce, how much more I'll get from upgrades and how much I'll gain by matching tiles.

Paddle Pals by Mors 2018-05-01T09:02:08Z

Idea is just perfect, but man, is it difficult. Never thought I'd ever need to git gud at Arcanoid.

Super Slime Slasher Ultra by sebastianscaini 2018-05-01T04:16:25Z

Does indeed work fine on Linux with optirun (Nvidia Optimus card). Voiceover is always a good thing to have, and you do have a nice VO. Although the sword direction isn't very readable on smaller resolution. Maybe if I just could see the mouse pointer? Or make the sword much bigger? Or some sort of overlay highlight element?

SSSS by PlusMinus 2018-04-22T14:49:32Z

Damn good art.

Beat Street by solluxx 2018-05-01T03:37:17Z

A good idea, a good game, and definitely 5.0 on the theme. If you were to make it into an actually polished game, that would be pretty great. Runs like charm in Wine, by the way. However, it could do with some quality-of-life fixes:

* Is there a way to see the building's area of effect if it is already built? I mean, I could always hover a new one of the same type on the same cell, but that's additional hassle. * Maybe show which (empty) cells have water and electricity supplied? Little icons or something. That would make the point above redundant. * Some background beat would be nice. * Show which building's note is currently playing. It may be important for supply buildings.

But that's really picking. I would expect that stuff from Steam-level game (if you want to make one), not from a jam entry.

Beat Street by solluxx 2018-05-02T06:06:24Z

@solluxx my bad then. I kinda assumed that if there isn't a button for that on the screen, then it's not there at all.

Heaven and Earth by Guy Withivy 2018-04-25T11:45:02Z

Good background music and very good art. Sound effects are annoying, though, and it doesn't really have two different genres in it. A nice game overall, and it's especially good to finally play something that's not about combat.

Heaven and Earth by Guy Withivy 2018-04-25T11:45:03Z

Good background music and very good art. Sound effects are annoying, though, and it doesn't really have two different genres in it. A nice game overall, and it's especially good to finally play something that's not about combat.

Spatialsurf by Chronorealm Productions 2018-04-29T14:36:24Z

Doesn't launch under Wine on 64-bit Linux. A pity, screenshots look pretty cool.

Flappy Blocks by Radical Dog 2018-04-24T12:54:29Z

And you were commenting on **my** weird-control-tetris being too difficult. Anyway, of two Flappy Tetrises in this compo yours is the better one. Five stars out of five.

Mare Underworld by dearcj 2018-04-29T14:44:02Z

A nice game, but I found myself jumping randomly on the last level until it finally worked. Though it tells more about my chess skills than about the game, I guess.

Indirectris by Synedraacus 2018-04-22T02:37:54Z

Thanks, will look into this. [Linux distro](https://www.virustotal.com/en/file/fb25346dcd4970f2c2d8f5b0aebb9e004bb8f5b5370586e4a9116627abcaa3d1/analysis/1524364171/) and sources are clean, something wrong with win build.

Indirectris by Synedraacus 2018-04-22T04:17:08Z

Fixed. According to virustotal, the current windows distribution is clean. It was probably a false positive with pyinstaller anyway, those were [known](https://stackoverflow.com/questions/43777106/program-made-with-pyinstaller-now-seen-as-a-trojan-horse-by-avg) [to](https://github.com/pyinstaller/pyinstaller/issues/1692) [happen](https://www.reddit.com/r/Python/comments/7jm9br/pyinstaller_export_identified_as_virus/).

Indirectris by Synedraacus 2018-04-22T11:45:46Z

That's the issue with my distribution, not with your system. I'll release a fixed one in a few hours.

Indirectris by Synedraacus 2018-04-22T13:25:15Z

Updated everything.

Indirectris by Synedraacus 2018-04-24T02:59:22Z

@radical-dog Another good thing to do with the second attractor is to drop it in the center of the construction. This way you have shapes falling roughly in the right direction and finely tune their trajectories with the other one.

match3-*anything* is, alas, not incompatible. People have already mixed them with just about every genre there is.

Indirectris by Synedraacus 2018-04-25T11:12:43Z

@aditya-shukla honestly, Python isn't the best gamedev tool. It's not the language itself, but the gaming ecosystem isn't that great.

Indirectris by Synedraacus 2018-04-26T15:45:03Z

@blushine I was thinking about making several pieces appear simultaneously under some circumstances, but eventually decided the difficulty was high enough as it is. I'll look into the Win crashes when I get to the post-compo cleanup. Grabbing both gravity sources is by design. Unless they precisely cover each other (again, that case is left for cleanup; I feel it's kinda cheating to release fixes between compo deadline and voting end), you can later drop them and grab only one.

@zinkler Diagonal collisions are a thing. Or does the figure stop while not touching any of its neighbours including diagonals? If so, that would be a bug. Also, do you mean you lose while tetramino emitter is still pretty far from the construction? The only loss condition is that it collides into the block that has already "fallen".

@justinooncx I dunno, wouldn't rotation make it too easy?

Indirectris by Synedraacus 2018-05-03T11:43:48Z

@Yngvarr Howdy, neighbour. Don't know if it says so somewhere on LD, but I'm actually from Irkutsk.

Honestly, I hacked `simpleaudio` into my engine literally one day before LD and had no chance to properly test it. Thanks for the report. And technically, it's *impossible* to win. Like the original Tetris, there is no win condition.

Indirectris by Synedraacus 2018-05-08T03:55:20Z

@kpded Noted. Since I got the votes, I think it's time for some post-compo polish and showing direction is definitely gonna be high in my to-do list.