Commit Graph

417 Commits

Author SHA1 Message Date
Jeff Atwood 8300ea013b Merge pull request #162 from vashli300/main
Update litquiz.cs
2021-03-01 20:12:14 -08:00
vashli300 9b949f009a Update litquiz.cs
Make it more accurate to the original BASIC code
2021-03-02 14:53:23 +11:00
Jeff Atwood 956c6d7eee Merge pull request #153 from APHawkes/patch-1
Create Gunner.java
2021-03-01 19:45:12 -08:00
Jeff Atwood 4569b4949e Merge pull request #156 from nanochess/main
Ported MUGWUMP to Javascript
2021-03-01 19:43:36 -08:00
Jeff Atwood 3716fea470 Merge pull request #159 from journich/main
Pizza Java version bugfix
2021-03-01 19:42:39 -08:00
Jeff Atwood 689a2ff20d Merge pull request #160 from vashli300/main
Added C Sharp port
2021-03-01 19:42:26 -08:00
Jeff Atwood aa028d45ce Merge pull request #158 from Swofty-Developments/main
Ported Number to Java
2021-03-01 19:41:50 -08:00
nanochess 35917f6e8c Ported NICOMACHUS to Javascript 2021-03-01 21:07:19 -06:00
nanochess cc8c251b49 Ported NAME to Javascript 2021-03-01 20:59:08 -06:00
vashli300 f6f70f1fd9 Added C Sharp port 2021-03-02 13:57:30 +11:00
journich d4b22b8786 Pizza Java version bugfix
Previous commit had some missing output that was caused by a lazy search/replace (my bad).
2021-03-02 13:14:37 +10:30
Swofty 61dcef2499 Ported Number to Java 2021-03-02 13:36:06 +11:00
Jeff Atwood 47146ca56d Merge pull request #155 from qequ/main
Python port of Animal
2021-03-01 18:22:26 -08:00
nanochess b07bb30d8d Ported MUGWUMP to Javascript 2021-03-01 20:20:04 -06:00
Alvaro Frias Garay aa6b075165 Added history comment and porting notes 2021-03-01 20:39:40 -03:00
APHawkes 47fd3b5ab2 Create Gunner.java 2021-03-01 16:59:52 -06:00
Jeff Atwood e3f4ad6889 Merge pull request #152 from nanochess/main
Ported HURKLE, KINEMA, LETTER, LITQUIZ, LOVE, and MATHDICE to Javascript
2021-03-01 14:53:16 -08:00
nanochess 8727dfff29 Ported HURKLE, KINEMA, LETTER, LITQUIZ, LOVE, and MATHDICE to Javascript 2021-03-01 16:30:23 -06:00
Alvaro Frias Garay 9b995cb5a6 Merge branch 'main' of github.com:qequ/basic-computer-games into main 2021-03-01 19:25:35 -03:00
Alvaro Frias Garay cb20c15585 Added initial message 2021-03-01 19:25:25 -03:00
Alvaro Frias Garay bf7028276b Added List command and updated parse to recognize that operation 2021-03-01 19:25:25 -03:00
Alvaro Frias Garay 42ff2c8525 Updated Node tree data structure 2021-03-01 19:25:25 -03:00
Alvaro Frias Garay cb61baaee1 Added main code of animal game
(not fully tested)
2021-03-01 19:25:25 -03:00
Alvaro Frias Garay 2ec485c2b3 Added initial message 2021-03-01 19:18:24 -03:00
Jeff Atwood 6751107a05 Merge pull request #141 from tsmaster/port-orbit
Port ORBIT to Python
2021-03-01 14:15:53 -08:00
Alvaro Frias Garay 7fe09d6d23 Added List command and updated parse to recognize that operation 2021-03-01 18:51:39 -03:00
Jeff Atwood d78a8a8f83 Merge pull request #151 from marvin826/main
Initial work to port Salvo game 77 to python
2021-03-01 13:35:00 -08:00
marvin826 cad8dd6f66 Jupyter workbook for working out basic Salvo Python concepts 2021-03-01 14:24:51 -07:00
Jeff Atwood e7420e873e Merge pull request #149 from consultutah/main
Added sln & csproj files / also fixed prompt
2021-03-01 12:52:14 -08:00
Jeff Lewis ed6367352d Fixed prompt msg 2021-03-01 13:39:18 -07:00
Jeff Lewis 814eb92bb1 Added csproj and sln 2021-03-01 13:37:39 -07:00
Alvaro Frias Garay f2e9c3a346 Updated Node tree data structure 2021-03-01 16:53:09 -03:00
Alvaro Frias Garay f693cb88bd Added main code of animal game
(not fully tested)
2021-03-01 16:25:14 -03:00
Jeff Atwood 407f10e6e0 Merge pull request #142 from bwignall/38_pelt_access
Array access changes
2021-03-01 10:45:02 -08:00
Jeff Atwood 346e5ec9bc Merge pull request #144 from nanochess/main
Ported BLACKJACK to Javascript
2021-03-01 10:44:32 -08:00
Jeff Atwood 814b3eea73 Merge pull request #143 from tsmaster/port-literature
Port LITQUIZ to Python
2021-03-01 10:39:58 -08:00
Jeff Atwood e9d31d12ab Merge pull request #147 from tsmaster/port-hexpawn
WIP Begin Porting HEXAPAWN to Python
2021-03-01 10:37:46 -08:00
Jeff Atwood 359f802a39 Merge pull request #145 from tsmaster/port-pizza
Port PIZZA to Python
2021-03-01 10:24:33 -08:00
Jeff Atwood 220b917805 Merge pull request #148 from jamiemccarthy/51-hurkle-ruby
Hurkle in Ruby
2021-03-01 10:23:37 -08:00
Jamie McCarthy bd8c2dac48 Simplify 2021-03-01 11:33:52 -06:00
Jamie McCarthy 31d048e3f9 Modularize a bit, clean up strings a bit 2021-03-01 11:30:11 -06:00
Jamie McCarthy 6980dfda94 Add a Point class 2021-03-01 11:17:00 -06:00
Dave LeCompte 3d6267433a WIP Begin Porting HEXAPAWN to Python
So far, have printed out instructions and parsed player moves. Submitting pull request to let folks know I'm working on this.
2021-03-01 09:08:03 -08:00
Jamie McCarthy 7ab5cfd140 Ruby names constants with UPPER_CASE by convention 2021-03-01 10:20:44 -06:00
Jamie McCarthy 9d41dd2c31 Move a function around 2021-03-01 10:18:12 -06:00
Jamie McCarthy f9387636a7 Move more prints into functions 2021-03-01 10:17:47 -06:00
Jamie McCarthy b7e044c9c2 print_introduction 2021-03-01 10:15:12 -06:00
Jamie McCarthy cc24398bdb Correct hurkle's gender
Hurkles can give birth parthenogenetically, but are nevertheless -- or
at least this one is -- nongendered. No male hurkles are known to exist
2021-03-01 10:09:39 -06:00
Jamie McCarthy 5826a0ce82 Tighten up direction-finding logic 2021-03-01 10:08:35 -06:00
Jamie McCarthy c17ea838d3 Add in the direction-finding logic 2021-03-01 10:06:08 -06:00