https://github.com/brianbruggeman/kelte
/r/roguelikedev Does a roguelike in 2018
https://github.com/brianbruggeman/kelte
7wrl roguelike roguelikedev roguelite
Last synced: 2 months ago
JSON representation
/r/roguelikedev Does a roguelike in 2018
- Host: GitHub
- URL: https://github.com/brianbruggeman/kelte
- Owner: brianbruggeman
- License: mit
- Created: 2018-06-19T04:25:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T01:13:28.000Z (over 6 years ago)
- Last Synced: 2025-01-16T09:37:48.864Z (4 months ago)
- Topics: 7wrl, roguelike, roguelikedev, roguelite
- Language: Python
- Homepage:
- Size: 4.22 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==========================
Kelte
==========================A simple roguelike
Motivation
----------
/r/RoguelikeDev does a Roguelike in 7 weeks: 2018|ImageLink|_
Releases
--------* Week 1: [`Mac `_] [`Win `_] [`Source zip `_] [`Source gzip `_] [`Reddit `_]
* Week 2: [`Mac `_] [`Win `_] [`Source zip `_] [`Source gzip `_] [`Reddit `_]
.. Week 3: [`Mac `_] [`Win `_] [`Source zip `_] [`Source gzip `_] [`Reddit `_]
.. Week 4: [`Mac `_] [`Win `_] [`Source zip `_] [`Source gzip `_] [`Reddit `_]
.. Week 5: [`Mac `_] [`Win `_] [`Source zip `_] [`Source gzip `_] [`Reddit `_]
.. Week 6: [`Mac `_] [`Win `_] [`Source zip `_] [`Source gzip `_] [`Reddit `_]
.. Week 7: [`Mac `_] [`Win `_] [`Source zip `_] [`Source gzip `_] [`Reddit `_]Controls
--------Kelte uses vi-style controls, as defined by `rogue basin's excellent article `_.
::
y k u
\|/
h-+-l
/|\
b j n
vi-keysDeveloper Installation
----------------------
To install `kelte`, simply:$ pip install -e git+https://github.com/brianbruggeman/kelte
Note:
This package uses scipy and numpy which may not install out of the box. If you run
into an error, then simply run the following:$ (unset LD_FLAGS && pip install -e git+https://github.com/brianbruggeman/kelte)
.. Links:
.. |ImageLink| image:: https://i.imgur.com/EYJFgdI.png
.. _ImageLink: https://old.reddit.com/r/roguelikedev/wiki/python_tutorial_series#wiki_version_2018Releases
^^^^^^^^* Week 1: [`Mac `_] [`Win `_] [`Source zip `_] [`Source gzip `_] [`Reddit `_]
* Week 2: [`Mac `_] [`Win `_] [`Source zip `_] [`Source gzip `_] [`Reddit `_]
* Week 3: [`Reddit `_]
* Week 4: [`Reddit `_]
* Week 5: [`Reddit `_]
.. Week 6: [`Mac `_] [`Win `_] [`Source zip `_] [`Source gzip `_] [`Reddit `_]
.. Week 7: [`Mac `_] [`Win `_] [`Source zip `_] [`Source gzip `_] [`Reddit `_].. _vim_controls: http://www.roguebasin.com/index.php?title=Preferred_Key_Controls
.. _week_1_reddit: https://reddit.com/r/roguelikedev/comments/8s5x5n/roguelikedev_does_the_complete_roguelike_tutorial/e10obtn/
.. _week_1_mac_bin: https://github.com/brianbruggeman/kelte/releases/download/week01/MacOS-1.1.0.zip
.. _week_1_win_bin: https://github.com/brianbruggeman/kelte/releases/download/week01/Windows-1.1.0.zip
.. _week_1_src_zip: https://github.com/brianbruggeman/kelte/archive/week01.zip
.. _week_1_src_gzip: https://github.com/brianbruggeman/kelte/archive/week01.tar.gz.. _week_2_reddit: https://reddit.com/r/roguelikedev/comments/8twiwa/roguelikedev_does_the_complete_roguelike_tutorial/e1bpx9n/
.. _week_2_mac_bin: https://github.com/brianbruggeman/kelte/releases/download/week02/MacOS-1.2.0.zip
.. _week_2_win_bin: https://github.com/brianbruggeman/kelte/releases/download/week02/Windows-1.2.0.zip
.. _week_2_src_zip: https://github.com/brianbruggeman/kelte/archive/week02.zip
.. _week_2_src_gzip: https://github.com/brianbruggeman/kelte/archive/week02.tar.gz.. _week_3_reddit: https://reddit.com/r/roguelikedev/comments/8vp3ya/roguelikedev_does_the_complete_roguelike_tutorial/e1pq0yv/
.. _week_3_mac_bin: https://github.com/brianbruggeman/kelte/releases/download/week03/MacOS-1.3.0.zip
.. _week_3_win_bin: https://github.com/brianbruggeman/kelte/releases/download/week03/Windows-1.3.0.zip
.. _week_3_src_zip: https://github.com/brianbruggeman/kelte/archive/week03.zip.. _week_4_reddit: https://reddit.com/r/roguelikedev/comments/8xlo9k/roguelikedev_does_the_complete_roguelike_tutorial/e24g8e2/
.. _week_4_mac_bin: https://github.com/brianbruggeman/kelte/releases/download/week04/MacOS-1.4.0.zip
.. _week_4_win_bin: https://github.com/brianbruggeman/kelte/releases/download/week04/Windows-1.4.0.zip
.. _week_4_src_zip: https://github.com/brianbruggeman/kelte/archive/week04.zip.. _week_5_reddit: https://reddit.com/r/roguelikedev/comments/8twiwa/roguelikedev_does_the_complete_roguelike_tutorial/
.. _week_5_mac_bin: https://github.com/brianbruggeman/kelte/releases/download/week05/MacOS-1.5.0.zip
.. _week_5_win_bin: https://github.com/brianbruggeman/kelte/releases/download/week05/Windows-1.5.0.zip
.. _week_5_src_zip: https://github.com/brianbruggeman/kelte/archive/week05.zip
.. _week_5_src_gzip: https://github.com/brianbruggeman/kelte/archive/week05.tar.gz.. _week_6_reddit: https://reddit.com/r/roguelikedev/comments/8twiwa/roguelikedev_does_the_complete_roguelike_tutorial/
.. _week_6_mac_bin: https://github.com/brianbruggeman/kelte/releases/download/week06/MacOS-1.6.0.zip
.. _week_6_win_bin: https://github.com/brianbruggeman/kelte/releases/download/week06/Windows-1.6.0.zip
.. _week_6_src_zip: https://github.com/brianbruggeman/kelte/archive/week06.zip
.. _week_6_src_gzip: https://github.com/brianbruggeman/kelte/archive/week06.tar.gz.. _week_7_reddit: https://reddit.com/r/roguelikedev/comments/8twiwa/roguelikedev_does_the_complete_roguelike_tutorial/
.. _week_7_mac_bin: https://github.com/brianbruggeman/kelte/releases/download/week07/MacOS-1.7.0.zip
.. _week_7_win_bin: https://github.com/brianbruggeman/kelte/releases/download/week07/Windows-1.7.0.zip
.. _week_7_src_zip: https://github.com/brianbruggeman/kelte/archive/week07.zip
.. _week_7_src_gzip: https://github.com/brianbruggeman/kelte/archive/week07.tar.gz