Files
nethack/test
Pasi Kallinen 65b320de39 Start of movement tests
Adds the following lua functions:

- nh.pushkey("x")
    Pushes a key into the command queue. Support is spotty,
    currently only the keys handled in rhack.
- nh.doturn()
    Runs one turn of main loop, or if optional boolean param
    is true, until g.multi == 0
- nh.monster_generation(false)
    Disable monster generation, and kill off all monsters.

Adds a testmove.lua script to test hero movement. Currently
covers only hjklyubn and HJKLYUBN.
2021-07-28 19:19:40 +03:00
..
2021-07-24 16:27:39 -04:00
2021-02-13 11:51:25 +02:00
2021-07-24 10:49:06 +03:00
2020-01-01 13:25:59 +02:00
2020-04-13 20:29:06 +03:00
2021-07-25 22:52:42 +03:00
2021-07-17 23:29:30 +03:00
2021-07-28 19:19:40 +03:00
2020-11-30 15:07:44 +02:00