Your trusted source for computer chess information!

Myrddin

myrddin.jpg

First of all, thanks very much to Ron Murawski for making this site available and hosting Myrddin here! =)

Myrddin 0.90 supports SMP via processes (up to 16 instances) and is about 50 ELO stronger than v0.89 at 1 CPU and a further 80 ELO stronger at 4 CPUs. This version has not been formally tested above 4 CPUs so it is unknown how well it will scale above 4 CPUs.

Download

Executable Package - Myrddin 0.90 (released 6/9/23, CCRL rating approximately 2650 at 1 CPU and 2730 at 4 CPUs)
Source Code - Myrddin Source

Old versions

Myrddin 0.89 (released 6/3/22, CCRL rating of 2597 at 1 CPU)
Myrddin 0.88 (released 7/18/21, CCRL rating of 2560 at 1 CPU and 2629 at 4 CPUs)
Myrddin 0.87 (released 1/25/15, CCRL rating of 2399 at 1 CPU and 2482 at 4 CPUs)
Myrddin 0.86 (released 12/21/12, CCRL rating of 2365)
This package contains Windows32/64, Linux32/64, & Android executables compiled by Jim Ablett, and a Mac executable compiled by Julien Marcel, author of the Prédateur chess engine.
Myrddin 0.85 (released 5/3/11, CCRL rating of 2223)
Myrddin 0.84 (released 9/17/10, CCRL rating of 2115)
Myrddin 0.83 (released 2/22/10, CCRL rating of 2010)
Myrddin 0.82 (released 9/26/09, estimated CCRL rating of 1915)
Myrddin 0.81 (released 5/26/09, estimated CCRL rating of 1550)
Myrddin 0.80 (released 3/9/09, estimated CCRL rating of 1250)


Release Notes

Myrddin 0.90 – 6/9/23

Myrddin is a winboard-compliant chess engine to a reasonable degree. It supports protover 1 primarily to support the Chessmaster interface, and also protover 2.

The 64-bit version of Myrddin should play approximately 2650 ELO against chess engines at 1 CPU (using CCRL rating), and probably 100 points higher against humans. This is an improvement of about 50 points compared to the previous release. Myrddin should play about 80 points stronger at 4 CPU.

The following winboard commands are supported:

  • protover
  • xboard
  • new
  • go
  • ?
  • analyze
  • playother
  • setboard (also “loadfen”)
  • force
  • white/black
  • time
  • level
  • sd
  • st
  • hard/easy
  • cores
  • result
  • undo
  • post/nopost
  • computer
  • exit
  • quit

Myrddin also supports the following non-winboard commands:

  • “eval” – returns a static evaluation of the current game position
  • “perft N” – standard perft algorithm to calculate the number of leaf nodes of depth N from the current position. Note that Myrddin will not respond to any input until the perft calculation is finished.
  • “divide N” – extension to perft algorithm showing the number of leaf nodes of depth N from the current position, divided among each legal move from the current position.
  • “tb” – toggles Gaviota endgame tablebase support
  • “rpt” – runs a short pre-defined perft test, using bulk counting with only one thread
  • “see” – returns the SEE value of a capture on the current position - example usage “see d4 e5”

None of these commands are supported while Myrddin is searching/analyzing.


Winboard UI notes

– It is crucial that the winboard UI send the “time” command to the engine, as Myrddin does not have an internal clock.
– Post is ON by default, as opposed to the winboard protocol. This is just for debugging convenience and it appears that a lot of engines do it this way anyway.


General Notes

– Myrddin's “Very Lazy SMP” implementation uses (N-1) child processes to fill the transposition, eval and pawn hash tables so the parent process can search deeper in the same amount of time. I believe Myrddin is the only engine that has implemented SMP with this method (and probably rightly so!).
– Myrddin uses Pradyumna Kannan's magicmoves code for move generation of sliding pieces.
– Myrddin uses a tapered eval which was tuned using a very rudimentary Texel tuning system.
– Search is basic alpha/beta, with typical extensions and reductions.
– All user-modifiable parameters are supported in the INI file, an example of which is included in the download.
– Max search depth is 128 ply.
– The ProDeo opening book is used by kind permission of Ed Schröder.
– Draw claims from the opponent are not supported. Myrddin does, however, claim all draws by rule, as well as checkmate.
– There is enough Winboard support to play games on ICS. But without support for “draw” I'm sure there are some scary loopholes and/or exploits.
– When the engine is in analysis mode, positive scores always favor White and negative scores always favor Black. When the engine is thinking or pondering, positive scores favor Myrddin.
– Logfiles will be in the “logs” folder below the folder where you ran Myrddin. The output of the log is not very interesting – just PV output and communication reality-check stuff. If you are running Myrddin with multiple CPUs, there will be one logfile for each process.


(Very Old) Tournament Highlights

ChessWar XIV

Myrddin's first official tournament was in the Promotional division of ChessWar XIV and was rated at 1655 over 11 rounds. Myrddin scored 6.5 points (+5 =3 -3) and placed 51st out of 212 engines rated between 1859 and 812. The median engine rating was 1499. To see the PGN of Myrddin's games and see some comments, read this journal. Much of the development between Alpha 1 and Alpha 2 occurred during this tournament.

OpenWar 6

Myrddin participated in OpenWar 6. This was a round-robin tournament with 92 engines. Myrddin finished in 68th place with 27 points (+22 =10 -59). Myrddin's best “legitimate” results were a win against Firefly (rated about 2050) and a draw against Timea (rated about 2150). It managed to get a win against one of the top 10 (Cippolino) thanks to a crash. It also got two draws against two very strong engines (DanaSah and N2) due to endgame blunders, and a win against another top engine (Tornado) due to a crash. Much of the development for version 0.82 occurred during this tournament, and the last few rounds were played with 0.82.

WBEC Ridderkerk 17

Version 0.82f (unreleased and slightly better than 0.82) participated in the 5th Division of WBEC Ridderkerk 17. There were 84 engines in this division, and the division was broken down into three groups of 28 engines each, each group having a double round-robin tournament. As expected, Myrddin finished in the middle of the pack, in 14th place with 31.5 points out of 54 games (+28 =7 -19).

ChessWar XV

Version 0.82f also participated in the Promotional division of ChessWar XV. This tournament was very similar to Myrddin's first tournament, ChessWar XIV, except there are even more engines (242!). Because Myrddin was at least 300 points stronger than it was eight months previous, it finished in 9th place with 8.0 points (+7 =2 -2). This was a good enough performance to promote to the next division, Myrddin's first promotion. Myrddin now has a bit of a reputation as a very lucky engine, as it got a free point when GnuChess (a typically very stable engine) crashed in a Mate in 3 position. Without that crash, Myrddin would have finished about 20 places lower and would not have promoted.

OpenWar 7

Versions 0.83 through 0.83k participated in OpenWar 7. This was a round-robin tournament with 76 engines. I was hoping that Myrddin would place around 55th and score about 25 points. But, despite some noticeable improvements in Myrddin that went into version 0.84, Myrddin performed poorly and finished in 62nd place, with only 20.5 points (+14 =13 -48). Myrddin's best results were draws against the 11th place engine, WaDuuttie, and the 20th place engine, Rotor. Both of these engines are rated 2500+. Its best win was against the 45th place engine, Sungorus, rated 2300+. The only other good thing that can be said is that Myrddin had good results against the 18 engines that finished immediately above him (+3 =9 -6).

ChessWar XVI

Version 0.84 participated in the F division of ChessWar XVI. There were 80 engines in the tournament and Myrddin was seeded 70th. Myrddin finished respectably in 49th place with 5 points (+3 =4 -4). Its best performance was a draw against Lime, the engine that finished in 6th place.

CCRL Amateur Division 7 (Series 23)

Version 0.84 (32-bit) was the first version to win any tournament, doing so in the 23rd Series the CCRL Amateur Division 7. It competed with nine other engines in a double-round robin and won with a score of 23.5 out of 36 (+20 =7 -9). This victory promoted Myrddin to Division 6.

WBEC Ridderkerk 18

Version 0.84g (unreleased and clearly better than 0.84) participated in the 5th Division of WBEC Ridderkerk 18. There were 98 engines in this division, and the division was broken down into three groups of 32-34 engines each, each group having a double round-robin tournament. The hope was that Myrddin could place in the top 6 in his group, thereby reaching the final. Myrddin did accomplish this, scoring 55 points in 66 games and placing 4th. The final was another double round-robin with the top 18 engines (6 from each group), and the top 7 would promote to the 4th division. Myrddin managed to achieve this by placing 7th, scoring 18 points in 34 games.

OpenWar 8

Versions 0.84g through 0.85 participated in OpenWar 8. This was a round-robin tournament with 78 engines. I was hoping that Myrddin would place close to 40th and score about 37-38 points. This tournament was a mixed bag, as Myrddin drew 10 of the engines that finished between 15th and 30th places (and all 6 engines between 15-20: Brutus, Hermann, Dirty, Arasan, Francesca MAD and Gaviota). But some poor performances against weaker engines kept Myrddin from achieving my goal. Myrddin finished in 46th place with 34.5 points.


Test Suite Results

All results are for the 64-bit version of 0.89 using 1GB hash and 5-man Gaviota tablebases. The tests are run on an AMD Ryzen 5 3.6GHz machine at one CPU.

WAC (Win at Chess)

300 positions at 5s per position. Almost exclusively tactical positions, many leading to mate. Myrddin finds 297 correct moves within the time limit. Regarding the three missed positions (230, 256, 293), only #256 is found within 15 seconds. The other two are not found within 30 seconds. This suite can be found here.

Strategic Test Suite

A series of (currently, but occasionally expanding) 14 individual suites of 100 positions each, primarily intending to test positional knowledge such as square vacancy, proper recapturing, pawn advancement, control of the center, etc. At 10s per move, Myrddin gets 952 out of 1400 positions correct. This suite is also interesting because it contains “partial credit”. In other words, you can still get some points by choosing moves other than the optimal. Myrddin gets 10,914 out of 14,000 points if partial credit is included. You can download this test suite here.

O'Kelly

176 positions at 10s per position. Combinative middlegame and endgame suite. Myrddin finds 136 positions within the time limit. You can download this test suite here.

Eigenmann Endgame Test

100 positions at 10s per position. Myrddin does not do very well at this suite, getting only 41 correct moves within the time limit. You can download this test suite here.

IQ 8.1

182 positions at 10s per position. Challenging tactical suite. Myrddin finds 158 positions within the time limit. You can download this test suite here.

FULL DISCLOSURE

Many parts of the code from Myrddin contain ideas and/or algorithms gathered from studying the source code of other engines. Most notably, Stockfish, Fruit, Crafty and Greko are well-written, well-documented and relatively easy to understand even for a mediocre programmer like myself. The list of features implemented (and sometimes modified or discarded altogether) from these ideas would be too long to go into here. But I can safely say that all code in Myrddin is my own, written either from scratch or based on these ideas, with the following exceptions:
– Myrddin's Winboard interface is based on Tom Kerrigan's excellent TSCP engine, for which Tom has graciously given permission.
– Myrddin's SEE implementation is based on pseudo-code generously given to me by Andres Valverde, author of EveAnn and part of the Dirty development team.
– Move generation for sliding pieces (except Kings) uses Pradyu Kannan's “magicmoves” code, which is part of his Buzz chess engine.


Version/Change List

Version 0.90 (6/9/23)

– Fixed two bugs in SEE (stopped the calculation if the first capture was of equal value, and failed to include Kings in the calculation)
– Fixed a bug that could cause a save to the hash table even if there was no best move
– Tuned PST files for the first time, and re-tuned all other eval terms
– Captures with negative SEE value can now be reduced
– IID is now more aggressive in its depth reduction and can be applied in PV nodes
– LMR reduction is now one depth less for PV nodes
– No longer limiting the number of extensions for a single branch
– Reduced the number of aspiration windows before performing a full-width search from six to two
– Fixed a rare bug such that if a tt probe or IID returned an underpromotion it would not be moved to the front of the movelist
– Fixed an issue when receiving the “force” command while pondering, which can happen with some GUIs
– Modified the compiler options for magicmoves to improve perft results by 5%.
– Various minor optimizations
– Added “see” command to return the SEE value of a capture on the current position - example usage “see d4 e5”
– Added “rpt” command to run a brief perft test (perft uses bulk counting)
– Removed ”-64” from version string as there is no longer a 32-bit version

Version 0.89 (6/3/22)

– Added Late Move Pruning
– Late Move Reductions are now more aggressive and use a logarithmic formula
– Bad captures are now subject to LMR
– Moved killer moves before equal captures in move ordering
– Moved bad captures after quiet moves in move ordering
– Moves that give check are no longer flagged as such at move generation, but instead during MakeMove()
– Reduced the number of fail high/low results at the root before searching on full-width window
– BitScan now uses an intrinsic function rather than MS Windows' BitScanForward64() - thank you to Pawel Osikowski and Bo Persson for the suggestion!
– Null Move now uses a reduction of 3+(depth/6) instead of just 3
– Myrddin will now move instantly if TBs are available and ⇐ 5 men on board. Previously it would “search” all the way to max depth (128) before moving, causing potential buffer problems with some GUIs at very fast time controls.
– Minor evaluation tuning adjustments, most notably adding code for Bishop Outposts and a significant increase for pawns on the 7th rank
– Increased the aggressiveness of SMP depth adjustment for child processes

Version 0.88 (7/18/21)

– Added tapered eval
– Created rudimentary tuning system and tuned all eval parameters except PSTs (I'm too lazy)
– Time management is now less conservative overall
– Fixed a bug in which the best move from IID might move farther down in the move order if it was also a killer
– Significantly reduced the frequency of checking for input from stdin
– Fixed a crash that could occur when making a very long PV string
– Fixed a bug that could cause the setboard/loadfen command to fail if the FEN string had any trailing whitespaces
– Removed “Mate in N” announcement from PVs during fail highs and fail lows

Version 0.87 (1/20/15)

– Added SMP support for up to 16 instances (using processes and shared hash memory – Very Lazy SMP!) – only tested up to 4 instances! This use of shared memory for all hash tables (transposition, eval and pawn) means that the reported memory usage may appear to be incorrect depending on what program you use to get the information. Beware!
– Fixed very embarrassing bug in passer eval calculating the distance between two squares that could cause any number of other issues, even a hang or crash
– Added support for the “cores” command which changes the number of processes being used when SMP is enabled. The initial value will be based on ini file settings.
– Added a “tb” command which toggles tablebase support. The initial value will be based on ini file settings.
– Added “Mate in N” announcements to PV output when applicable
– Fixed a bug in saving scores near mate to the hash table
– Fixed a bug in determining valid knight outpost squares
– Fixed text output bug in kibitzing opening book moves on ICC
– Fixed a rare bug in determining material draw
– Fixed a bug in which Myrddin would hang or crash if the '.' command (used by Chessmaster GUI) was sent while Myrddin was pondering
– Fixed a bug that could cause hash memory allocation to fail if more than 1GB was requested. Thanks to Graham Banks for reporting this issue.

Version 0.86 (12/21/12)

– Finished conversion to bitboards from 0×88
– Added pawn hash (thanks again, Dann!)
– Removed lazy eval
– Added support for winboard “st” and “sd” commands
– Lots of bug fixes either discovered by the bitboard conversion or removed by them (of course, new bugs added!)

Version 0.85 (5/3/11)

– Almost complete rewrite of the evaluation, in particular the pawn structure evaluation and king safety. Also added mobility factor and significantly adjusted many piece table values
– Added SEE (thanks, Andrés!)
– Added futility pruning
– Added resign. See Myrddin's INI file for instructions, as this is off by default
– Added second aspiration window at 150 centipawns
– Cleaned up code for how reductions/extensions are used to modify depth in search calls
– Will now claim draw by insufficient material, but only checking for bare kings or at most one minor on board
– Now generating all moves in quiescent search if side to move is in check
– Now searching all moves in order of their move score order, instead of just the first four moves and then taking the rest as they were generated
– Some changes to the transposition table replacement strategy
– Fixed a bug in which the en passant square was not being passed to the Gaviota tablebase probe
– Fixed a bug in which the 50-move draw check was not checking that the drawing move was also checkmate
– Fixed a bug in which the flag for a mate threat found during null move was not being stored in the hash table
– Fixed a bug in which a hash entry could be saved when the engine was forcibly bailing out of a search
– Fixed a bug that could cause Gaviota tablebases folder to not be read properly from the INI file

Version 0.84 (9/17/10)

– Added Gaviota tablebases (thanks so much to Miguel Ballicora, also the author of the Gaviota chess engine, for making this available!)
– Added initialization file for setting hash size, creating log file, turning on kibitz, and tablebase info
– Fixed a bug in which a hash probe would not return a hash move if the saved depth was less than the requested depth (thanks to Edmund Moshammer, author of Glass!), so in these cases the hash move would not be used for move ordering
– Implemented fail-hard
– Tweaked parameters for reductions (yet again)
– Adjusted queen value from 900 to 950 and minor piece value from 310 to 320
– Adjusted bishop pair bonus from 20 to 30
– Removed second aspiration window
– Lazy eval is now more conservative
– Will now analyze the entire depth if the first move searched fails low, or if first move fails high in a non-mate situation
– Increased maximum search time to half of the remaining clock (required due to above item)
– Added support for winboard “computer” command – kibitz PV, book moves and “Mate in N”
– Increased max half-moves in a game to 1024
– Fixed a bug in which the first move searched at the root was saved in the hash table as an exact value even if it did not improve alpha
– Fixed a bug in which Myrddin would run out of time by thinking indefinitely if it was told it had a negative amount of time on its clock (can happen on ICS due to lag)
– Modified the check to see if null move is allowable, previously was if any piece was on board, now only if side to move has at least one piece

Version 0.83 (2/22/10)

– Only search to depth 1 when there is only one legal move and pondering is off
– No longer clearing the hash table before starting a depth 1 search
– Improved hash replacement strategy
– If a search depth was reduced by late-move reductions, and that search improves alpha, now researching at proper depth
– Reductions are now less aggressively implemented
– Adjusted the second aspiration window from 300 to 110 centipawns
– Doubled (or worse) passed pawns after the leading pawn no longer get the passed pawn bonus
– Will now play a move in a checkmating line as soon as it is confirmed to be optimal
– Removed “Result” from checkmate reporting
– Rook and minor vs rook (with no pawns) is now hard-coded as a draw – should be safe in 99.99% of cases
– Re-removed bad king safety code
– Now using piece square table for knight outposts, rather than a hard-coded bonus
– Modified piece square table for kings in opening and middlegame
– Added penalty for having no pawns, to help avoid trading down into pawnless endgames (e.g. rook vs. minor)
– Sending the '.' command during analysis no longer restarts the analysis from depth 1. The '.' command is still not implemented, though.
– Fixed a bug in which most hash moves were not getting placed at the beginning of the move order
– Fixed a bug evaluating Black doubled and passed pawns
– Fixed a bug in which the initial position was not being checked for draw by repetition
– Fixed a bug maintaining wood tables when unmaking a promotion move
– Fixed an asymmetrical problem in the bishop piece square table
– Fixed a problem with determining if a rook or queen was behind a passed pawn
– Fixed a problem with calculating the pawn shield of a king on column h, or a king not on his home row
– fixed a bug updating the board signature after making a null move when en passant was possible
– king+rook vs. king+minor is now being scored as a draw

Version 0.82 (9/25/09)

– Removed “Alpha” designation from version number
– Commandline parameters are now supported
– Increased max search depth to 50
– Reduced move generation time by ~15% (perft 6 of initial position on a P4-3.0 went from 44s to 38s)
– Now claiming checkmates, 50-move draws and 3-fold repetition draws
– Plays a move after completing a depth 3 search if there is only one legal reply
– Will not play a move if in the middle of resolving a fail low or fail high at the root
– Will never use more than 1/4 of remaining time
– Greatly improved time management for bullet games. Version 0.81 could lose as many as 20% of its games on time at 2 minutes per game. Version 0.82 now only loses about 1% of its games on time at 1 minute per game, and only very rarely will lose a game on time at other time controls. Many thanks to Lars Hallerstrom (The Mad Tester!) for all of his assistance in helping determine if my “fixes” actually improved anything. Myrddin should never lose on time in games with increments.
– Quiescence search now only searches recaptures after depth 1
– Added promotions to Quiescence search
– Added aspiration window
– Improved Late Move Reductions parameters
– Fixed a bug in the Principal Variation search
– Pondering is now OFF by default
– Evaluation adjustments:

  • bishops and knights are scored at 310 centipawns, as Myrddin was susceptible to trading two pieces for rook+pawn
  • increased penalty for doubled/tripled pawns
  • for doubled/tripled pawns, added further penalty if they are blocked
  • added larger bonus for passed pawn on the 7th
  • adjusted bishop piece tables to encourage occupation of long(er) diagonals
  • modified the lone king piece table to give larger penalites as the king goes towards the edge/corner

– Added knowledge of knight outposts (in enemy territory, supported by pawn, cannot be attacked by enemy pawn)
– Piece and wood counting are now done incrementally
– Fixed a bug in which the 50-move counter could be set to zero if the move being pondered was a zeroing move and the opponent did not play that move
– Fixed a bug in which the engine would go into an endless loop if it reached (max_search_depth + 1) during pondering or analysis
– Fixed a bug in which the engine would go into an endless loop if there were no legal moves during analysis
– Fixed a bug in the evaluation of Black doubled/tripled pawns
– Added code to handle KPvK endings
– Added code to recognize various material draws, such as KNNvK
– Added code to recognize insufficient mating material for materially winning side (e.g. KNNvKP or KBvKP)
– Added code for rook pawn and wrong colored bishop against lone king in promoting corner (from a loss to Sorgenkind in OpenWar)
– Now only adding en passant square to hash signature if en passant capture is possible
– Added ”?” and ”!” comments to PV output for fail lows and fail highs
– Logfiles are now created in a “logs” folder below the Myrddin executable program, as requested by Lars

Version 0.81 (aka Alpha 2) (5/26/09)

– Reduced move generation time by ~21% (perft 6 on initial position went from 57 to 44 seconds on P4-3.0)
– Search now pings the input command handler every 8K nodes (about 1/30-1/50 second, depending on position and hardware), so applicable commands can now be entered during search/analysis
– Search will allocate extra thinking time when it gets noticeable drop in score
– Evaluation improvements – pawn structure, open and semi-open files for rooks, rooks behind passers, king safety
– Added MVV/LVA and PV Move Ordering
– Added Killer and History move ordering heuristics
– Added Null Move reductions
– Added Late Move reductions
– Added Opening Book (ProDeo – Thanks, Ed!)
– Added pondering, so “hard” and “easy” commands are now supported
– “analyze”, ”?” and “result” commands are now supported
– “level” command is now fully supported for all time control types
– Added check for dirty pawn structure before evaluation
– Search can be interrupted due to time management considerations
– Added Hash Tables, with a fixed size of 128MB
– Maximum search depth increased from 20 to 30
– Fixed a bug with evaluating castling moves
– Fixed a bug determining which King piece table to use
– Can now generate capturing moves only so quiescent search has less moves to sort/deal with
– Quiescent moves are added to PV
– Added code for pushing lone King towards edge of board
– Added material and 50-move draw detection
– Fixed a bug in the “undo” and “remove” commands
– Fixed some bugs in the 3-fold repetition detection
– Fixed a stupid bug that caused me to check for user input WAY too often – many thanks to Bob Hyatt for pointing me in the right direction
– Significant code cleanup

Version 0.80 (aka Alpha 1) (3/9/09)

Initial Release, rated approximately 1200-1300


Thanks and Contact Info

Many thanks to the following brilliant people who helped/guided me (either directly or indirectly) in countless ways with their work:

  • Ron Murawski – Horizon and LOTS of helpful comments and suggestions, plus guidance in my first trips in 64-bit land, plus hosting this site!
  • Martin Sedlak – Cheng and patient explanation of Texel tuning
  • Lars Hallerström - The Mad Swedish Tester! I would never release anything without his (grudging) approval.
  • Dann Corbit – Without whose generous help, huge speed improvements, bug fixes and general suggestions, the first bitboard version (v0.86) would not have been released
  • Bruce Moreland – Gerbil and well-documented and explained code on his website that taught me the basics
  • Dr. Robert Hyatt – Crafty (it is impossible to create an engine without thanking him)
  • Ed Schröder and Jeroen Noomen – ProDeo Opening Book
  • Miguel Ballicora - Gaviota and making his tablebase generating/probing VERY easy to implement
  • Mark Lefler and the Chess Programming Wiki team.
  • Tom Kerrigan – TSCP
  • And finally, the Chessmaster Development Team, comprised of lots of brilliant people, but mostly Johan de Koning (programmer of The King engine), Don Laabs (programmer of many of Chessmaster's low-level chess UI routines), James Stoddard (programmer of Chessmaster Live, the winboard UI support, and most of Chessmaster's game-handling routines) and Dave Cobb (programmer of Chessmaster's opening book editor and many other support features).

Please send bug reports and general suggestions/comments to JohnVMerlino@gmail.com.

Thanks for playing!

John Merlino


Personal Tools