Vlek / vlek.github.io

Personal blog
2 stars 0 forks source link

Genesis MUD Scripting #48

Open Vlek opened 1 year ago

Vlek commented 1 year ago

Talk about what the game is, what I was able to do, and what I learned.

Specifically, event-based programming, regex, and managing state.

Did some really cool things with this. Was super happy with what I was able to accomplish, even if the game itself wasn't that great for what I was setting out to do.

Some of the highlights were things like fully-automated combat with area clearing on a rail system with fast travel from one location to an area over 20 points away.

The other thing was holding state for the map, saving graph info, and also what was able to be found if one searched the area for plants to build a map of the most profitable foraging areas.

Vlek commented 1 year ago

Evolution of the scripts

Issues with attempting to gather all entrances/exists on the map