1
Off-topic (Locked) / Re: So yeah, Happy Birthday! (to me)
« on: June 10, 2008, 08:58:02 PM »
Make me a mod. I shall swing my +30 holy banhammer all day long.
Happy birthday, by the way.
Happy birthday, by the way.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
New game initiated in the mines of Random...
Traceback (most recent call last):
File "moe-pygame.py", line 741, in <module>
update_display(s, player)
File "moe-pygame.py", line 497, in update_display
s.blit(map(player), (SCREEN_SIZE[0] - 256 + 16, 16))
File "moe-pygame.py", line 294, in map
alpha = pygame.surfarray.make_surface(N.array(tab))
ValueError: unsupported datatype for array
New game initiated in the mines of Random...
Traceback (most recent call last):
File "moe-pygame.py", line 741, in <module>
update_display(s, player)
File "moe-pygame.py", line 497, in update_display
s.blit(map(player), (SCREEN_SIZE[0] - 256 + 16, 16))
File "moe-pygame.py", line 294, in map
alpha = pygame.surfarray.make_surface(tab)
ValueError: unsupported datatype for array
[0954]adral@adral-desktop:~/sda4/Juegos/roguelikes/moe/moe$ python moe-pygame.py
New game initiated in the mines of Random...
Traceback (most recent call last):
File "moe-pygame.py", line 741, in <module>
update_display(s, player)
File "moe-pygame.py", line 497, in update_display
s.blit(map(player), (SCREEN_SIZE[0] - 256 + 16, 16))
File "moe-pygame.py", line 294, in map
alpha = pygame.surfarray.make_surface(tab)
ValueError: unsupported datatype for array
I've just released a new version of Incursion, 0.6.5B,
which corrects several issues with the game. There's
executables for Win32 and Linux up on the main
website, as well as the full change log.
-- Julian Mensch
http://www.incursion-roguelike.net
This is a cool game. Like I said before, the double-tile display both looks and plays good. The only problem I have is that the game's levels are deterministic, but the monster drops aren't. You can either have a good or bad game. Plus, it seems like each level has to have the rooms cleared in a certain order, and the game becomes more trial and error than anything.