Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A simple roguelike game

License

NotificationsYou must be signed in to change notification settings

MikeChunko/Rogue

Repository files navigation

This is a simple roguelike game designed as a way of getting comfortable with programming basic games and using python-tcod library. While it is playable and somewhat enjoyable it only contains rudimentary features and proofs of concept.

Running It

Currently the only way to run the game is to clone the repository, installpython-libtcod,and executeengine.py.An executable file may be added later when the game is in a more finished state and has more "game" to it.

World Guide

This is a work in progress guide to understanding the game.

Controls

Up, w: Move up
Left, a: Move to the left
Down, s: Move down
Right, d: Move to the right
1-5: Use the appropriate inventory slot
Enter: Toggle fullscreen
Esc: Exit the game
g: Generate a new level (preserves player stats)
r: Reset the game

Entities

@: You!
%: Dead you!
g: A goblin; the most basic enemy
O: An orc; considerably stronger than a goblin
!: A health potion
*: An armor upgrade
/: A staircase. Walk into it to advance to the next floor

Licensing

python-libtcod is distributed under theSimplified 2-clause FreeBSD license.

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp