...The most relevant are:
- A graphic designer in Assembler Z-80
- A ship game in Assembler Z-80
- A text to speech in Spanish.
- The seed of a maze game.
- My version of Tetris in Assembler Z-80
There are some demo videos, and even a video of a hisoft assembler session.
I hope you enjoy
...hl=en-US&gl=US
I will upload the source code at some point and share that also.
****************
This little utility just adds a row of buttons for each EQ session you have running. The buttons stay on top so you can quickly activate a session rather than relying on Alt+Tab.
This program is not approved by, or associated in any way, with Daybreak Games. I don't work for them and am not connected to them in any way. Use at your own risk.
...Pulsar uses the asyncio module from the standard python library and it can be configured to run in multi-processing mode. The http client maintains connections alive (by default 15 seconds) and therefore any requests that you make within a session will automatically reuse the appropriate connection. All connections are released once the session exits the asynchronous with block. Pulsar design allows for a host of different asynchronous applications to be implemented in an elegant and efficient way.
Dungeon Shell is a shell for D20 Dungeon Masters. Simple commands allow DM to manage a game session and track characters and monsters statistics. It is written in Java (1.4.0 at least). Data is stored in XML and you can script it with j[p]ython.