Gomoku for the Apple-1

1 post / 0 new
Online
Last seen: 16 min 34 sec ago
Joined: Dec 10 2021 - 12:26
Posts: 34
Gomoku for the Apple-1

Hi, I finally completed my port of the game Gomoku for the Apple-1.  I originally made it back in 2008 for the VIC20 and other Commodores, and only recently ported it to the Apple-1.On the Apple-1 the board is a bit smaller to allow faster redraw of the board still keeping it playable. The move is entered by simply entering the coordinate row/col (or col/row). It's all written in 6502 assembly, with the aid of a custom DSL language I wrote to help me write structured code. The game has a quite smart AI playing engine, good enough to beats me consistently.

Executable and source code here: https://github.com/nippur72/apple1-gomoku

Enjoy!