History of the black pixels by kidanger

[raw]
made by kidanger for LD24 (COMPO)
For Windows: (Thanks to kirill)
Download "windows" version.
Execute "BlackPixels.exe

For GNU/Linux, OS/X and others:
Need Python 2.x with pygame.
Download sources.
Execute "python src/main.py"

History of the black pixels is a 2D plateformer, with classic gameplay.

When you touch an enemy, your character gains some of the enemy's pixels, and change form, to become more "human".
Be careful, the reverse thing can happen if an enemy touches you !
In some ways, your actual number of pixels represents your health.

Use arrow keys to move, and space to jump.
You can mute the sounds with 'm' and pause the game with 'p'. Once dead, press Return/Enter to respawn.

Ratings

Coolness 46% 618
Overall 3.05 333
Audio 2.33 395
Fun 2.65 450
Graphics 3.05 327
Humor 1.86 449
Innovation 3.05 288
Mood 2.88 249
Theme 3.05 313

Feedback

kirill
27. Aug 2012 路 12:31 UTC
Oh, a fellow pygamer! I'm trying to run and get a crash with this error:

Traceback (most recent call last):
File "main.py", line 176, in <module>
main()
File "main.py", line 160, in main
menu.draw(display)
File "/Users/kirill/Downloads/blackpixels/src/menu.py", line 83, in draw
surf = self.font.surface(t, state)
File "/Users/kirill/Downloads/blackpixels/src/tools.py", line 64, in surface
self.draw(surf, string, 0, 0, state, col)
File "/Users/kirill/Downloads/blackpixels/src/tools.py", line 52, in draw
img.set_palette_at(3, col)
pygame.error: Surface is not palettized


Check out my game - It's packaged with pyInstaller - hope it avoids platform incompatibilities like here.
sgehlich
27. Aug 2012 路 13:18 UTC
I can't get it to play on windows. Any instructions on how to play it would be quite helpful. Everything I get are Python source files.
bytegrove
27. Aug 2012 路 13:19 UTC
Yeah an installer or instructions on how to get the game running would be great! As far as I can tell from the screenshots it has a great art style. :)
馃帳 kidanger
27. Aug 2012 路 13:32 UTC
Thanks for the report. I'm a bit surprised of this error. What version of pygame are you using ? (mine is pygame 1.9.1release).
I added a .convert(8) in the new version, can you please test it ? Could we use another way of communication to fix this ? (I'm on IRC, #ludumdare, or by mail if you want). Thanks.
馃帳 kidanger
27. Aug 2012 路 14:42 UTC
I have made a windows executable, thanks to kirill.
I hope it will work. Tell me if it doesn't.
Punga
27. Aug 2012 路 15:32 UTC
Game is fun but its buggy and I hate the giant window. (win32 verison DOES work ;) )
馃帳 kidanger
27. Aug 2012 路 15:37 UTC
Yes, the big window size is a problem, but you can resize it. I prefer a game in which you can resize the window, than a game that forces you to 800x600.
Good to hear that the win32 works, thanks!
bytegrove
27. Aug 2012 路 16:13 UTC
Neat concept, the controls and physics are a little wonky though, making it a tad too hard. On one stage all the enemies gathered underneath the spawn portal and jumped around so I died instantly every time I spawned. :P
And as I wrote before; awesome art style! Nice work!
cacciatc
27. Aug 2012 路 16:14 UTC
Nice visual style. Interesting approach with # of pixels = health.
TheSheep
27. Aug 2012 路 17:01 UTC
Kudos for using Pygame!
Very nice platformer.
I know this is a theme thing, but the enemies were hard to recognize.
馃帳 kidanger
27. Aug 2012 路 19:00 UTC
I've updated both archives, the "convert(8) fix" (which wasn't a fix, I think...) made the game goes slooow. I hope it's better now.
swinestudios
28. Aug 2012 路 02:53 UTC
Could not get it to run.
kyyrma
28. Aug 2012 路 20:14 UTC
Interesting platformer, but very difficult. Was there actually any way to consistently attack the enemies? Sometimes I devoured their pixels, but most of the time they took mine. The enemies killed me really fast! I didn't make it very far, because I kept getting killed..
JaJ
28. Aug 2012 路 20:18 UTC
Nice game! I liked the more abstract take on the theme.
Kmad
28. Aug 2012 路 20:23 UTC
Ran okay for me. Nice concept, I liked the idea of taking the pixels from other creatures to evolve your character. The levels were a little awkward to navigate at times but a solid entry overall.
gbellgames
28. Aug 2012 路 20:40 UTC
From what I understood, you jump above the enemies to "steal" their pixels.
kevincorrigan
28. Aug 2012 路 20:51 UTC
Nice game, I like the way you did this one.
bvanschooten
29. Aug 2012 路 16:32 UTC
Rarely do such large pixels look so good :-) I also like that the sounds are not sfxr. The game has an intruiging atmosphere. I did not figure out all the game rules, but I got stuck in a level with a lot of teleports and no way out.
csanyk
01. Sep 2012 路 16:38 UTC
Really couldn't tell what was going on, kept dying. The graphics are awesome, but a little too abstract to convey to me what I need to know in order to understand the game. What's an enemy? What's good for me? By the time I find out, it's too late.
tcstyle
17. Sep 2012 路 20:33 UTC
Very interesting aesthetics. I liked it.