Comments

Log in with itch.io to leave a comment.

I loved the game, even got to 43 (ok, ok, 27) score! You can find such words as ccoc, coc, xox, cox, ox, co and xoc (I got all of those), so I got to say that the entertainment value is higher than just the intended gameplay! Way to go,  Skursteni!

Crashes on my machine (Arch Linux, recently updated), after pressing X next to an enemy:

Traceback (most recent call last):
File "./CoinRoulette.py", line 451, in <module>
main()
File "./CoinRoulette.py", line 15, in main
game(curses_controller)
File "./CoinRoulette.py", line 318, in game
fight(curses_controller, o)
File "./CoinRoulette.py", line 375, in fight
curses_controller.flipResult(" oo     WIN     oo \n")
File "./CoinRoulette.py", line 263, in flipResult
self.doCoinflip()
File "./CoinRoulette.py", line 288, in doCoinflip
self.stdscr.addstr(14 + i, 7 + X, row)
_curses.error: addwstr() returned ERR