Commit Graph

548 Commits

Author SHA1 Message Date
Jeff Atwood 3c7e7dcadc Merge pull request #210 from fwenzel/gitignore-cleanup
gitignore cleanup
2021-03-06 10:49:27 -08:00
Jeff Atwood d2df7cfdcb Merge pull request #209 from Qeubd-Bsjso/main
Java files for Awari game
2021-03-06 10:49:05 -08:00
Jeff Atwood 7c4014d395 Merge pull request #208 from tsmaster/port-superstartrekins
port SUPERSTARTREKINS to python
2021-03-06 10:48:39 -08:00
Jeff Atwood c50b0f7831 Merge pull request #207 from tsmaster/port-bounce
Port bounce
2021-03-06 10:48:00 -08:00
Jeff Atwood adc0f49ba2 Merge pull request #206 from tsmaster/port-life
port LIFE to python
2021-03-06 10:47:32 -08:00
Jeff Atwood 81878f044c Merge pull request #205 from Tanjecterly/main
C# port of MathDice
2021-03-06 10:47:05 -08:00
Jeff Atwood c5ca954cc2 Merge pull request #204 from gcarreno/02-amazing-pascal-object-pascal
Adding port of 02 Amazing to pascal object-pascal
2021-03-06 10:46:31 -08:00
Jeff Atwood d5fc1b3b6a Merge pull request #203 from peratik/patch-1
Update README.md
2021-03-06 10:46:14 -08:00
Jeff Atwood 281eb64450 Merge pull request #202 from gcarreno/01-aceyducey-pascal-object-pascal-fix
Minor fix in 01-AceyDucey object pascal
2021-03-06 10:45:29 -08:00
Jeff Atwood 7efa453827 Merge pull request #201 from gcarreno/02-amazing-pascal-simple
Adding port for 02 Amazing pascal simple
2021-03-06 10:40:08 -08:00
Jeff Atwood 50c7b60934 Merge pull request #200 from journich/main
Bugfixes and cleanup for Hamurabi
2021-03-06 10:39:51 -08:00
Jeff Atwood 7f4ed1a244 Merge pull request #199 from nanochess/main
Ported FUR TRADER and GOMOKO to Javascript
2021-03-06 10:39:27 -08:00
Fred Wenzel 9d6a427976 gitignore cleanup 2021-03-06 10:23:03 -08:00
Qeubd-Bsjso a7d13c154c Debugging in Awari.java 2021-03-06 19:13:11 +05:30
Qeubd-Bsjso 1cc3d9f3c7 added Awari.java and AwariGame.java 2021-03-06 18:40:19 +05:30
nanochess 4d95b8763f Ported LIFE to Javascript 2021-03-05 18:51:50 -06:00
nanochess cb91ed2151 Ported HIGHIQ to Javascript 2021-03-05 18:23:06 -06:00
nanochess 40aa35f347 Ported HI-LO to Javascript 2021-03-05 17:07:22 -06:00
journich 68ebd50b83 Final bugfixes and remove test output code 2021-03-06 09:35:13 +10:30
Haydn Kane 56f3875b49 C# port of MathDice 2021-03-05 22:06:36 +00:00
Gustavo Carreno 212a1c292d Adding port of 02 Amazing to pascal object-pascal
Adding complete implementation of 02 Amazing in Object-Pascal
2021-03-05 17:25:46 +00:00
Dave LeCompte edbad88251 port SUPERSTARTREKINS to python
The original BASIC presentation of this has some interesting archaeological hints of days when memory was low, users would print out hard copy instructions, and then proceed to load the actual game off of cassette.

For modern users, this would probably be most usefully turned into a README.txt file.
2021-03-05 09:25:14 -08:00
peratik 7db223b11c Update README.md 2021-03-05 11:53:01 -05:00
Dave LeCompte bd3cd74890 update BOUNCE for python
Edited a comment to be more authoritative.
2021-03-05 08:30:18 -08:00
Dave LeCompte 26afc87d65 port BOUNCE to python
straightforward, minor trickery with PRINT TAB construct. Renamed some variables to be a little easier to read (and to match with what I remember from freshman physics).
2021-03-05 08:24:52 -08:00
Gustavo Carreno d0fa4d31f5 Minor fix in 01-AceyDucey object pascal 2021-03-05 15:30:19 +00:00
Gustavo Carreno 943250f376 Adding 02 Amazing pascal simple 2021-03-05 15:13:13 +00:00
journich c95819b762 Bugfixes and cleanup for Hamurabi 2021-03-05 17:24:27 +10:30
nanochess 9349aa0890 Ported HEXAPAWN to Javascript 2021-03-04 23:50:54 -06:00
Dave LeCompte 55b17eafc0 port LIFE to python
not a lot to do here, there's just one big loop.
2021-03-04 20:49:01 -08:00
nanochess 3d8024c7ce Ported GOMOKO to Javascript 2021-03-04 20:58:52 -06:00
nanochess 5a624c5dc2 Ported FUR TRADER to Javascript 2021-03-04 20:37:48 -06:00
Jeff Atwood 38df4fb736 Merge pull request #197 from tsmaster/port-checkers
refactor CHECKERS for python
2021-03-04 16:15:26 -08:00
Jeff Atwood cbf7d79185 Merge pull request #196 from tsmaster/port-synonym
port SYNONYM to Python
2021-03-04 16:14:47 -08:00
Jeff Atwood a7303340fd Merge pull request #198 from Qursch/stars
Ported STARS to JavaScript
2021-03-04 16:14:03 -08:00
Charles Gersh 60938ebc78 Finished Stars 2021-03-04 17:03:20 -05:00
Qursch d7348f5dfa Initial commit 2021-03-04 15:26:28 -05:00
Dave LeCompte 2572b512a6 port SYNONYM to Python
maintained the effect of the original logic without all the crazy array manipulations.
2021-03-04 09:41:04 -08:00
Dave LeCompte a62fbc49ad update CHECKERS for python
found an indentation error, played game to completion.
2021-03-03 22:49:52 -08:00
Dave LeCompte 2f1a3e8555 update port CHECKERS to python
Moved a lot of methods into the board class, documented the logic for the board evaluation heuristics.

Documented some known issues with the original BASIC source code.

I've noticed that the computer has resigned to me when it has legal, if bad, moves. A bug in my code? A bug in the BASIC code? Still need to investigate further.
2021-03-03 22:37:43 -08:00
Jeff Atwood fb0b7fe20e Merge pull request #195 from journich/main
Port of Hamurabi to Java (WIP)
2021-03-03 20:54:11 -08:00
journich b2d4607713 Port of Hamurabi to Java (WIP) 2021-03-04 15:21:24 +10:30
journich 8c3b20b129 Java port of Hammurabi - WIP 2021-03-04 15:17:20 +10:30
Jeff Atwood 4540208210 Merge pull request #194 from marvin826/main
Update to Jupyter notebook to add final board generation logic for 77 Salvo
2021-03-03 20:41:44 -08:00
Jeff Atwood 5051dd3632 Merge pull request #193 from nanochess/main
Ported DIGITS to Javascript
2021-03-03 20:40:55 -08:00
Jeff Atwood 2225f571c9 Merge pull request #192 from Tanjecterly/main
C# port of Name
2021-03-03 20:40:14 -08:00
Jeff Atwood 96c113d864 Merge pull request #191 from NahidMondol/main
Updated War.java
2021-03-03 20:39:53 -08:00
Jeff Atwood 884c0bb5ec Merge pull request #190 from danielpiron/issue-188-vertical-wins
Center and left hand vertical wins correctly detected
2021-03-03 20:34:56 -08:00
Jeff Atwood 4bd5d53c70 Merge pull request #182 from lemonad/main
Python port of SPLAT
2021-03-03 20:34:43 -08:00
Jeff Atwood e0b51cf23f Merge pull request #181 from tsmaster/port-change
port CHANGE to Python
2021-03-03 20:34:09 -08:00