PyWeek - Rogue: Through The Veil - feedback

Fun Prod Inno Disq N/W Comments
4 3 3

Nice!

1 1 1 yes

cannot import tcod

2 3 3

no sound? well, I'm not a fan of rouge-like games, but it seems well done, not sure why networkx
is required?

3 3 2

A solid but very classic roguelike. I don't know how much of the content I encountered but I
tried many potions and spells and saw lots of unique effects. It doesn't engage me very much
though, visually, or by story or sound.

1 1 1 yes

Unfortunately I've screwed up my pip setup and it won't let me install the requirements. I'll
look into it more and hope I can get it done in time to come back to this! I liked reading your diary
entries and it looks pretty cool!

3 3 4

I'm actually not sure of the rating with the graphics of the game, but it was obvious that there
were a plenty of efforts that went into the game. Nice approach as well, the controlling felt a
little - but that's probably only me.

2 4 1

"Oops, you died. Better luck next time." I'm not really a great fan of Rogue-like games, but
it's really impressive that you managed to implement a rogue-like from scratch in a week. Nice
one.

1 1 1 yes

C:\Users\steven\pyweek entries\RogueThroughTheVeil\TwoWorlds>python run.py
Traceback (most recent call last): File "run.py", line 2, in from src.game import play_game
File "C:\Users\steven\pyweek entries\RogueThroughTheVeil\TwoWorlds\src\game.py",
line 1, in import tcod File
"C:\Users\******\AppData\Local\Programs\Python\Python36\lib\site-packages\tcod\__init__.py",
line 20, in from tcod.libtcodpy import * File
"C:\Users\******\AppData\Local\Programs\Python\Python36\lib\site-packages\tcod\libtcodpy.py",
line 13, in from tcod.libtcod import * File
"C:\Users\******\AppData\Local\Programs\Python\Python36\lib\site-packages\tcod\libtcod.py",
line 89, in from tcod._libtcod import lib, ffi ImportError: DLL load failed: The specified
procedure could not be found. I thought maybe this was looking for SDL2, so I dumped SDL2 DLLS in
the working directory, but no luck. Not sure what library it's looking for.

2 3 2

Pretty much just a Rogue clone for as far as I got: I’m not that great at Rogue so I didn’t get to see
"though the veil". Graphics look nice, but would have been nice to add your own flair on it (and a
bit of sound too).

1 1 1 yes

I couldn't install necessary packages. I installed sdl2-dev, but pip still returned some
errors.

2 4 4

cool game but is too advanced for me

3 3 3

Fun Enough.