Skip to content

A python3 tool to give you that perfect nethack character!

Notifications You must be signed in to change notification settings

blakeyjason/nethackStartScummer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

nethackStartScummer

Psst - wanna cheat and start with a good wizard in nethack?

This script uses Expect to do the dirty work. You might need to install it with:

sudo pip3 install pexpect

This script will run nethack over and over until the character that is generated has items matching the defined list. It then saves the character, and lets you know. By default, it tries to create a neutral human wizard with:

  1. A scroll of identify
  2. A spellbook of charm monster
  3. A magic marker

It's a bit rough, but does work. On my old laptop, it takes about a second per try.

You can set your character preferences in the configuration section inside the script.

Tested on Nethack version 3.6.1, Python 3.7.5

NOTE: If your list of wanted items gets long, it can take many, MANY iterations before you get your character.

Thanks, jason

About

A python3 tool to give you that perfect nethack character!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages