FoonLudum Dare ExplorerLD26 → Neo-Minimalism

Neo-Minimalism

By fate

View on Wayback Machine

CategoryRankScoreCount
Overall2933.44
Graphics3523.33
Innovation7582.87
Theme13112.33
Coolness174428

Comments

jonapulse 2013-04-29 04:32

Boo, it looks really cool, but I don't have linux (or an emulator running)

greasemonkey 2013-04-30 08:32

I wonder if coLinux would work? Anyway, grabbing it from git.

greasemonkey 2013-04-30 08:51

Argh crap, it seems the src/Utilities/ directory is empty. Mind doing "git add" + pushing? Thanks.

greasemonkey 2013-04-30 08:55

...actually, never mind. You should probably note in your readme that you need this: https://github.com/DavidSaxon/Utilities

greasemonkey 2013-04-30 09:12

...you also forgot the degreesToRadians thing in Utilities/ValuesUtil.hpp, this one works for me:

const unsigned degreesToRadians = 3.14159265358979323846264/180.0;

greasemonkey 2013-04-30 10:22

I am uploading a lightweight zip including a Windows port, a 64-bit Linux binary, and some modified source code to ensure this runs on my Intel 3000HD GPU.

Important note: Y'know how apparently some GPUs don't support 24-bit depth buffers? Most intel ones ONLY support 24-bit.

greasemonkey 2013-04-30 11:08

#############

Here's a size-reduced archive with a WINDOWS PORT attached. Let me know if this works or not: https://dl.dropboxusercontent.com/u/32094129/Neo-Minimalism-Lite.zip (31MB)

greasemonkey 2013-04-30 11:09

(it also includes source so you can build for Linux, and ALSO works on at least some Intel GPUs. sorry about the spam, there is no edit button.)

lorancou 2013-04-30 14:08

Work Great on windows … it a really new perspective for shoot em up

SuperlevelSebastian 2013-04-30 16:02

The windows port-version doesn't work for my Windows XP (32-bit) laptop. :( Too bad.

greasemonkey 2013-04-30 21:29

OK, apparently the degreesToRadians constant I used was wrong (it was missing from the source I had, so I had to go with what I understood - this is apparently the "correct" constant used).
This contains only a fixed .exe, a fixed Linux binary, and the source code: https://dl.dropboxusercontent.com/u/32094129/Neo-Minimalism-Lite-fix1.zip
For .dll files and resources, grab the other link.

phocker 2013-05-01 01:25

too bad linux only?

netguy204 2013-05-01 02:19

Mac users: The windows version linked in the comments works great on Mac under Wine. This rating is based on using that.

Worked flawlessly! Loved the graphics and your polygon painting style. The explosion when I crashed my ship into an asteroid was simultaneously beautiful and maddening.

Good, responsive control and I enjoyed the arcade feel and being constrained to the XZ plane. Nice done.

I wished that impacts with my ship felt... chunkier... or something. It was hard to tell when I was hit and I was surprised to look up and wonder where all my health had gone. It'd be nice if my shots felt chunkier too.

Very nice work. Is Omicron your engine? I took a quick scan through the code and was impressed with the cleanliness.

tater_hater 2013-05-01 02:33

It looks awesome, but like a lot of people im too lazy to upgrade to linux

fate 2013-05-01 02:35

Still working on some fixes to the windows version, there was a small bug with degrees to radians, the missle's should be firing in arcs. Hopefully will be fixed soon and I'll link the windows version.
@netguy204 yeah I wanted to make it noticeable when you were hit but ran out of time for this :( and yes Omicron is my own engine, however it's only in its a first stage, basically just some base code would some day like to get it to the point where it's easily usable by other people with a GUI.

pvwradtke 2013-05-01 03:03

Hey, a on rails shmup, you don't see those everyday. Specially on Linux, had to try it out when I saw this detail. Loved the music, fits the game well. Also, nice to see that someone else did his game on Linux! Thought for mine I couldn't manage to get a neutral binary for distribution :(.

frr171 2013-05-01 03:09

Thanks GreaseMonkey for the Windows port!

This is pretty amazing for a 48-hr game - awesome music, great graphics, and an interesting first-person twist on the scrolling-shooter genre. You should definitely expand this into a full game.

robcozzens 2013-05-01 05:02

Very cool idea, but I have to say that this type of game plays a lot better with a 3rd person view.

j0n 2013-05-01 21:26

Music was great as were the graphics. Pretty fun to play too.

tinydrakkarstudio 2013-05-02 08:54

Sorry but i want to play your game but i don't have linux system here..... but that's seems to be cool... not really minimalist but cool

daniel2357 2013-05-07 16:56

don't have Linux- Sorry

rzfmzn 2013-05-14 23:42

same here, seems great, but unable to test since Im on pc =O(

someone 2013-05-15 00:05

That was really cool. Great music.
Shame there are no highscores, especially since it just loops after killing the boss.
It could also do with a little more info on the HUD.
The missiles are done well, and dodging bullets is surprisingly doable given the projection.
Interestingly the first time I ran it I only had the bottom half of the screen, but it was fine after that.