Commit Graph

605 Commits

Author SHA1 Message Date
Chris Reuter 8ef694996f Added ruby implemention of Checkers.
Also added my annotated version of the BASIC source code on the off
chance that it would be useful.
2021-03-13 14:58:08 -05:00
Jeff Atwood ad903a7850 Merge pull request #232 from nanochess/main
Ported KING to Javascript
2021-03-12 15:08:48 -08:00
nanochess 1e41a764a3 Ported KING to Javascript 2021-03-12 16:56:05 -06:00
Jeff Atwood 34358efbd2 Merge pull request #230 from NezumiRonin/patch-12
Create diamond.pl
2021-03-12 14:11:54 -08:00
NezumiRonin a6558c9f25 Create diamond.pl
Ported to Perl!
2021-03-10 23:09:31 -06:00
Jeff Atwood 5b61942fd5 Merge pull request #229 from lmorchard/84-pr-js-super-star-trek
Super Star Trek ported to JavaScript
2021-03-10 12:48:24 -08:00
Jeff Atwood dec88b7812 Merge pull request #228 from NezumiRonin/patch-11
Update README.md
2021-03-10 12:47:58 -08:00
Jeff Atwood bbc7fe885f Merge pull request #227 from NezumiRonin/patch-10
Create perlchemist.pl
2021-03-10 12:47:36 -08:00
Jeff Atwood ef37c19c3f Merge pull request #226 from NezumiRonin/patch-9
Create russianroulette.pl
2021-03-10 12:39:33 -08:00
Jeff Atwood d53808331d Merge pull request #224 from journich/main
Fur Trader game - Java Port
2021-03-10 12:38:29 -08:00
Jeff Atwood 8377350a48 Merge pull request #223 from jkboyce/main
Refactored code, added comments, made more pythonic
2021-03-10 12:38:05 -08:00
Jeff Atwood f5b0374086 Merge pull request #222 from nanochess/main
Ported SLALOM to Javascript
2021-03-10 12:37:34 -08:00
Les Orchard 613db180a3 Super Star Trek ported to JavaScript 2021-03-09 23:51:14 -08:00
NezumiRonin 053e8ecd5b Update README.md
Page number corrected.
2021-03-09 23:25:47 -06:00
NezumiRonin d03e7df85b Create perlchemist.pl
Chemist ported to Perl!
2021-03-09 22:50:45 -06:00
NezumiRonin 799c120192 Create russianroulette.pl
Automatic converted with a Perl Script. Yes, it looks horrible with the gotos, but it works!
2021-03-09 22:13:54 -06:00
nanochess 14944781b8 Ported EVENWINS to Javascript 2021-03-09 20:56:10 -06:00
journich 1ce47dd896 Final update to FurTrader Java port 2021-03-10 08:40:09 +10:30
Jack Boyce a932507da6 fix restart bug 2021-03-09 10:52:04 -08:00
Jack Boyce a5389e587c minor cleanup 2021-03-09 10:42:39 -08:00
journich 9fd26b2192 Initial code for Java version of Fur Trader 2021-03-09 15:46:17 +10:30
nanochess ba70ff6534 Ported ROULETTE to Javascript 2021-03-08 23:12:04 -06:00
nanochess 4cd772a6d7 Ported SLALOM to Javascript 2021-03-08 22:31:10 -06:00
Jeff Atwood cbad680c72 Merge pull request #221 from darrencardenas/main
Add Java port of 28-Combat.
2021-03-08 17:48:06 -08:00
Darren Cardenas ffdf0ed8ec Add Java port of 28-Combat. 2021-03-08 20:29:43 -05:00
Jeff Atwood e94784c7cb Merge pull request #220 from nanochess/main
Ported SYNONYM to Javascript
2021-03-08 14:27:57 -08:00
nanochess 27d7ec75bc Ported SYNONYM to Javascript 2021-03-08 15:55:05 -06:00
Jack Boyce fd76dee268 refactor direction-finder, general cleanup 2021-03-08 12:05:16 -08:00
Jeff Atwood cf00f20654 Merge pull request #219 from marvin826/main
Initial version of the salvo.py program. Added initial user input fun…
2021-03-07 19:28:49 -08:00
Jeff Atwood 9ca6181c86 Merge pull request #218 from olliehcrook/patch-4
Update TicTacToe2.java
2021-03-07 19:28:39 -08:00
Jeff Atwood 9c6166e8c4 Merge pull request #217 from olliehcrook/patch-3
Update Board.java
2021-03-07 19:28:30 -08:00
Jeff Atwood 0d01842466 Merge pull request #216 from tsmaster/port-target
port TARGET to python
2021-03-07 19:28:17 -08:00
Jeff Atwood 908495904f Merge pull request #215 from Qeubd-Bsjso/main
Port Chomp to java
2021-03-07 19:28:05 -08:00
Jeff Atwood c1db94178f Merge pull request #214 from nanochess/main
Ported TARGET to Javascript
2021-03-07 19:27:53 -08:00
Todd Kaiser 540b6b763a Initial version of the salvo.py program. Added initial user input functions for ship coordinates. 2021-03-07 18:31:24 -07:00
olliehcrook b627ea6e7e Update TicTacToe2.java
Originally uploaded old version that didn't check for draws, just noticed .. my bad
2021-03-07 17:46:03 +00:00
olliehcrook 78817766f9 Update Board.java
Originally uploaded old version that didn't check for draws, just noticed .. my bad
2021-03-07 17:44:55 +00:00
Dave LeCompte 010fdc9c05 port TARGET to python
Pretty straightforward port, a loop in a loop.

This game is basically an exercise in converting radians to degrees. Possibly in the player's head.
2021-03-07 07:54:31 -08:00
Qeubd-Bsjso a51870c2bd Port Chomp to java 2021-03-07 20:55:15 +05:30
nanochess d6d7123bb3 Ported SLOTS to Javascript 2021-03-06 23:33:44 -06:00
nanochess 64775c4b2a Ported SPLAT to Javascript 2021-03-06 23:15:20 -06:00
nanochess 528c9e69f6 Ported TARGET to Javascript 2021-03-06 22:15:18 -06:00
Jeff Atwood 986e30abad Merge pull request #213 from tsmaster/update-startrek-readme
Link to Super Star Trek instructions
2021-03-06 15:00:10 -08:00
Jeff Atwood ebc5c66a74 Merge pull request #130 from marcheiligers/amazing_ruby
AMAZING PROGRAM Ruby
2021-03-06 14:59:51 -08:00
Jeff Atwood 56c9addd87 Merge pull request #212 from tsmaster/port-lunar
Port LUNAR to python
2021-03-06 14:59:27 -08:00
Dave LeCompte 2766ff3f69 Link to Super Star Trek instructions
mentioned instructions.txt in README.md
2021-03-06 14:53:23 -08:00
Marc Heiligers 3f1358e083 Add some notes to README 2021-03-06 15:46:40 -07:00
Dave LeCompte 92ba86f675 more work on porting LUNAR to python
I have yet to beat this game, so I haven't fully tested it.
2021-03-06 14:45:29 -08:00
Marc Heiligers 1773fbe418 Refactor 2021-03-06 15:40:56 -07:00
Jeff Atwood c31092105c Merge pull request #211 from tsmaster/extract-startrek-inst
Super Star Trek Instructions as TXT file
2021-03-06 14:27:41 -08:00