Skip to content

Zoltarr777/NewRogue2020_6

Repository files navigation

New Roguelike 2020 - Part 6 Tutorial

Installation Instructions:

Download Python 3 here: https://www.python.org/downloads/

Install Libtcod:

MAC:

Open Terminal

Type: python3 -m pip install --user tcod (Upgrade if needed: python3 -m pip install tcod --upgrade)

Type: python3 -m pip install -U PyObjC

Download all game files and save to desktop

Open Terminal:

Type to open:

cd D*

cd R*

python3 main.py

PC:

Open command prompt:

Type: py -m pip install tcod

Type to open:

cd D*

cd R*

Download all game files and save to desktop

Type: py main.py

About

New Roguelike RPG 2020 Part 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages