Добавить
Уведомления

Bomberman in Python with ncurses

bomberman [1] is an unfinished Bomberman clone. Only 1 level is done and no finished screen. [arrows] to move in 17x17 grid of level file, [F2] to drop a bomb (radius is 3), [F1] to quite. You are [^^] ][ And the enemy to bomb is %%%% %%%% Terminal size requires 68x34. I believe it's not finished because it oddly listed wsgiref in requirements, and the main script is named `client.py`, it appears to me it was thought to be played via network. Unfortunately, it never got to be finished and nearly three years without any further commits. $$# % python src/client.py $$# * git-cf10f142847e29f1adbafbaac29b89a32ac13b8e (2012-01-30) * In Python 2.7 with ncurses * By TJ Koblentz * License unspecified [1]: https://github.com/tjeezy/bomberman

Иконка канала Python обучение
11 подписчиков
12+
17 просмотров
2 года назад
12+
17 просмотров
2 года назад

bomberman [1] is an unfinished Bomberman clone. Only 1 level is done and no finished screen. [arrows] to move in 17x17 grid of level file, [F2] to drop a bomb (radius is 3), [F1] to quite. You are [^^] ][ And the enemy to bomb is %%%% %%%% Terminal size requires 68x34. I believe it's not finished because it oddly listed wsgiref in requirements, and the main script is named `client.py`, it appears to me it was thought to be played via network. Unfortunately, it never got to be finished and nearly three years without any further commits. $$# % python src/client.py $$# * git-cf10f142847e29f1adbafbaac29b89a32ac13b8e (2012-01-30) * In Python 2.7 with ncurses * By TJ Koblentz * License unspecified [1]: https://github.com/tjeezy/bomberman

, чтобы оставлять комментарии