Commit Graph

2983 Commits

Author SHA1 Message Date
Jeff Atwood ea2e7beafd Merge pull request #926 from marquesrs/bunny-rust-implementation
Rust implementation for the game Bunny
2025-02-21 09:12:29 -08:00
Jeff Atwood 795dac50f3 Merge pull request #924 from marquesrs/hello-rust-implementation
Rust implementation for the game Hello
2025-02-21 09:12:15 -08:00
P Marques 96afc1cfce bunny game initial rust implementation 2025-02-17 17:18:35 -03:00
P Marques d494079613 initial 2025-02-17 16:17:05 -03:00
Jeff Atwood 9e724c12be Merge pull request #921 from MirceaMazi/bagels-js-grammar
Fixed small grammar errors at the beginning and end of the bagels game in the js file
2025-01-07 11:45:53 -08:00
MirceaMazi 8dd9514609 Fixed small grammar errors at the beginning and end of the game in the js file 2025-01-07 18:53:23 +02:00
Jeff Atwood f18ef0ac33 Merge pull request #920 from aldrinm/50_horserace
Java implementation of Horserace
2024-11-15 22:48:12 -08:00
Aldrin Misquitta 929308e84f Java implementation of Horserace 2024-11-16 10:16:20 +04:00
Jeff Atwood 7793e0847d Merge pull request #919 from aldrinm/17_bullfight
Java implementation of Bullfight
2024-10-31 08:12:39 -07:00
Aldrin Misquitta 89b5f6d81d Java implementation of Bullfight 2024-10-31 14:53:36 +04:00
Jeff Atwood 6b25201fcb Merge pull request #917 from aldrinm/main
Updates utilities for missing implementations for the languages - kotlin, lua, rust
2024-10-04 21:07:22 -07:00
Aldrin Misquitta a56a42f52b Fixes the type check failures for python implementations, boxing.py and Stock_Market.py 2024-09-24 15:02:21 +04:00
Aldrin Misquitta 6a4936c088 Updates utilities for missing implementations for the languages - kotlin, lua, rust
Updates TODO.md
2024-09-24 11:31:42 +04:00
Jeff Atwood 164692a6c3 Merge pull request #916 from amjadkofahi/sourcery/main
Sourcery/main
2024-09-08 12:10:56 -07:00
amjad a20b3ff31f Merge branch 'sourcery/main' of https://github.com/amjadkofahi/basic-computer-games into sourcery/main 2024-08-19 04:09:55 +03:00
amjad 5f01f031c1 Merge branch 'sourcery/main' of https://github.com/amjadkofahi/basic-computer-games into sourcery/main 2024-08-19 04:09:53 +03:00
amjadkofahi 4979a62219 Update .gitignore 2024-08-19 04:01:58 +03:00
amjadkofahi 3b05cad889 Update .gitignore 2024-08-19 04:01:58 +03:00
amjadkofahi c2cbaa9980 Update HOW_TO_RUN_THE_GAMES.md 2024-08-19 04:01:58 +03:00
amjadkofahi c518e2b085 Update HOW_TO_RUN_THE_GAMES.md 2024-08-19 04:01:58 +03:00
amjadkofahi c289c20c7b Update README.md 2024-08-19 04:01:58 +03:00
amjadkofahi 795d3e20eb Update README.md 2024-08-19 04:01:58 +03:00
Sourcery AI 71d02673a9 'Refactored by Sourcery' 2024-08-19 03:46:27 +03:00
Jeff Atwood 686fbdfd63 Merge pull request #907 from nrezmerski/patch-1
Create hello.c
2024-06-02 13:34:40 -07:00
Jeff Atwood e8fb61f931 Merge pull request #900 from RFigCon/main
Implementation of Train in Lua and D
2024-06-02 13:33:56 -07:00
Jeff Atwood 998110fb3f Merge pull request #915 from martincmartin/main
Lunar: Add explanation of variables and code structure.
2024-06-02 13:33:26 -07:00
Martin Martin a2215f4f90 Revert "Fix bug in Lunar: wrong capsule weight."
This reverts commit 52e1bf4998.

The original commit modified the game away from what was in BASIC Computer
Games, replacing it with the value from the original FOCAL version.  The
difference was intentional, as the introductory text makes clear, which is also
in the README.md here:

"To make the landing more of a challenge, but more closely approximate the real
Apollo LEM capsule, you should make the available fuel at the start (N) equal to
16,000 lbs, and the weight of the capsule (M) equal to 32,500 lbs."

Here we bring the value back into line with the BASIC Computer Games book & the
README.md text.  If we wanted to keep the FOCAL value, we should update the text
in the README.md to explain why.

See issue #867
2024-05-31 14:15:52 -04:00
Martin Martin 456f228e17 Add explanation of variables and code structure. 2024-05-31 14:00:46 -04:00
Jeff Atwood 25d54ab525 Merge pull request #914 from apeng2012/12-bombs-away-rust
Port 12_Bombs_Away to Rust
2024-04-19 09:09:32 -07:00
apeng2012 a34fa0e581 Port 12_Bombs_Away to Rust 2024-04-19 20:03:25 +08:00
Jeff Atwood d824b7316e Merge pull request #913 from aldrinm/queen
72. Queen ported to Java
2024-03-24 09:50:07 -07:00
Aldrin Misquitta c9f91288f0 72. Queen ported to Java 2024-03-24 16:12:10 +00:00
Jeff Atwood 8b40cc8dde Merge pull request #912 from JoeStrout/miniscript-tweaks
Miniscript tweaks
2024-01-10 17:07:05 -08:00
JoeStrout cfa084b43a Merge branch 'coding-horror:main' into miniscript-tweaks 2024-01-02 20:16:31 -07:00
Jeff Atwood cdced29c9b Merge pull request #911 from apeng2012/09-battle-rust
Port 09_Battle to Rust
2023-12-28 15:03:33 -08:00
apeng2012 e893704987 Port 09_Battle to Rust 2023-12-29 06:38:02 +08:00
Jeff Atwood b0a083fc63 Merge pull request #910 from jkboyce/main
Fix minor typos in README.md
2023-12-08 14:10:25 -08:00
Jack Boyce 9b4153dce8 Update README.md
fix typos from original book
2023-12-08 13:32:21 -08:00
Jeff Atwood 5a7e208783 Merge pull request #909 from apeng2012/08-batnum-rust
08 batnum rust
2023-12-01 13:10:19 -08:00
apeng2012 7fa5200072 Port 08_Batnum to Rust 2023-12-02 03:39:54 +08:00
apeng2012 84f15fdb46 Revert "Port 06_Banner to Rust"
This reverts commit e9aa366a8b.
2023-11-26 10:11:24 +08:00
Jeff Atwood a754dff246 Merge pull request #908 from apeng2012/06-banner-rust
Port 06_Banner to Rust
2023-11-16 09:55:51 -08:00
apeng2012 e9aa366a8b Port 06_Banner to Rust 2023-11-14 21:27:26 +08:00
JoeStrout 437bfc36f0 Improved error handling in pizza.ms. 2023-10-24 12:26:46 -07:00
JoeStrout 83e5dccfa9 Commented out debug line in hangman.ms. 2023-10-24 12:24:20 -07:00
nrezmerski 892b75ce8c Create hello.c
Initial commit - ANSI C version of "hello.bas"
2023-10-24 07:37:33 -05:00
Jeff Atwood a7e0f6ba9e Merge pull request #903 from JoeStrout/main
Last batch of MiniScript ports!
2023-10-23 03:20:09 -07:00
Jeff Atwood ea1c72bbf0 Merge pull request #904 from kpcyrd/69-pizza-rust
Port 69_Pizza to Rust
2023-10-23 02:54:49 -07:00
Jeff Atwood 134d7c1273 Merge pull request #905 from polettix/polettix/43-Hammurabi-perl
Add Perl implementation for Hammurabi
2023-10-23 02:54:38 -07:00
Flavio Poletti 870df015c3 Add Perl implementation for Hammurabi 2023-10-22 22:35:43 +02:00