A downloadable game

Small terminal game made in 2h 52m for Trijam 18 - https://itch.io/jam/trijam-18

The theme of game is "Coin Flip"

Instructions:

Open terminal, set it to full screen and run:

python CoinRoulette.py

Download

Download
CoinRoulette.py 14 kB

Install instructions

Open terminal, set it to full screen and run:

python CoinRoulette.py

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