Skip to content

LtSquigs/py-nao-curses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAO Nethack Python-Curses Client

This is a simple curses client that allows one ot play nethack on the NAO server with a few extra features.

Features

Completed

  • In Nethack, clicking on spots will give information on the spots based off tiles, similar to far look (;)

Planned

  • Seperating Nethack information into windows based off vt_tiledata

Installation

In order to use this client, you must be running some form of nix (as it relies on curses).

In order to install just grab the repo:

git clone git@github.com:LtSquigs/py-nao-curses.git

Then run the main python file:

python main.py

Usage

python main.py

Data Files

  • The file 'tiles' contains a list of all nethack tile ids and their names seperated by ':'.

Debugging

Various information can be recorded in a file called 'debug' by setting the debug level to more than 0 in main.py

About

A python curses client to the NAO nethack server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages