Back
Connect4
by Martin Butler
|
Version | 1.1.0 |
Zip size | 813 KiB |
License | MIT |
Updated | 16/04/2025 |
Downloads | 475 |
MD5 | 01d5d03a995c61d44f4286c097bfdd9a |
App Details
The Connect4 game written for the Wii U. The computer moves are calculated by my first go at a neural-network. See GitHub for more details.
Changelog
1.1.0
Changed to a retro look including 8-bit font.
Corrected a coding error in the power function X^0 is 1 not 0. With this correction the game logic is working exactly as the PC C and Java versions; making it more difficult to beat. It also allows any further developments to be trialed on PC before being ported to the Wii U.
1.0.0
Initial version working on Wii U. Fully works, but graphics are minimal.