https://github.com/tenpamk2/myrogue
python3 rogue (for my study) : お勉強を兼ねてpython3でrogueを作る。
https://github.com/tenpamk2/myrogue
Last synced: about 2 months ago
JSON representation
python3 rogue (for my study) : お勉強を兼ねてpython3でrogueを作る。
- Host: GitHub
- URL: https://github.com/tenpamk2/myrogue
- Owner: tenpaMk2
- Archived: true
- Created: 2015-08-09T14:51:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T15:01:05.000Z (almost 10 years ago)
- Last Synced: 2025-02-26T10:46:16.242Z (4 months ago)
- Language: Python
- Homepage:
- Size: 266 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
myrogue with python3
================python3で作るroguelike(ローグライク)。
## Description
python3でお勉強も兼ねてroguelikeを作る計画。
将来的にはpygameを使う予定。 (pygame does not implemented!!)
El○naっぽいものを目指したい。アルゴリズムの詳しい流れなんかは[Wiki](https://github.com/tenpaMk2/myrogue/wiki)を参照して下さい。
## Requirement
今の所は無い。## Usage
```shell
python3 __init__.py
```## Author
[tenpaMk2](https://github.com/tenpaMk2)