Guido Knips
|
7a62098e94
|
Un-ignore Cargo.lock
Official cargo documentation says Cargo.lock should be
under version control for binaries (but not for libraries)
see https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
|
2023-08-28 21:06:35 +02:00 |
|
jay-0331
|
d0c46689e1
|
Removed All HTML in Rust Folder
|
2022-04-13 14:21:35 +05:30 |
|
John Lloyd Serrano
|
b197b00dee
|
Ruby version for Stars
|
2022-04-08 13:42:33 +08:00 |
|
jwbruce
|
1545890237
|
Merge branch 'main' of https://github.com/coding-horror/basic-computer-games into main
|
2022-04-07 12:54:56 -05:00 |
|
jwbruce
|
ce8e2068d4
|
Added more details to README.md under 82_Stars/rust
|
2022-04-06 18:20:32 -05:00 |
|
jwbruce
|
305265b5ca
|
added the initial rust port for STARS in 82_Stars
|
2022-04-06 18:19:24 -05:00 |
|
Martin Thoma
|
ac184fec42
|
Python: Type annotations
|
2022-04-02 10:56:43 +02:00 |
|
Martin Thoma
|
c500424956
|
Simplify Python Code
print_with_tab / print_with_whitespace is trivial with Python
string formatting and was mostly used in only 2 lines.
|
2022-04-02 07:32:09 +02:00 |
|
jay-0331
|
34baeeccce
|
rust conversion of stars
|
2022-04-01 17:25:39 +05:30 |
|
Jeff Atwood
|
859636240e
|
Merge pull request #673 from drewjcooper/rework-with-common-lib
Rework with common lib
|
2022-03-22 15:57:46 -05:00 |
|
Martin Thoma
|
1b1d50986b
|
Python: Add type annotations to all 'print' functions (#662)
* Add test to superstartrek and fixes several issues in superstartrek - I probably introduced them 🙈
* Mastermind type annotations
|
2022-03-21 10:41:14 +01:00 |
|
Martin Thoma
|
83b3dc402c
|
Python: Add type annotations
|
2022-03-20 19:16:39 +01:00 |
|
Andrew Cooper
|
4fb62ce30c
|
Update 82_Stars with common library
|
2022-03-20 17:25:33 +11:00 |
|
Martin Thoma
|
8495e59a8f
|
Python: Make code testable
Avoid executing code on module level as this prevents importing the
module for testing. Especially infinite loops are evil.
|
2022-03-19 09:54:52 +01:00 |
|
Jeff Atwood
|
f40a1fc465
|
add Porting Notes to readme.md for each game
|
2022-03-18 19:50:22 -07:00 |
|
Jeff Atwood
|
6f6ac93d1f
|
Merge pull request #633 from mojoaxel/js-terminal-style
Add "nice" terminal style stylesheet for javascript html
|
2022-03-15 23:50:18 -05:00 |
|
Jeff Atwood
|
43f2ec013a
|
add 00_Alternate_Langage folder and move alternate ports there
|
2022-03-15 20:49:07 -07:00 |
|
Martin Thoma
|
5374569063
|
Python: Fix string concatenation
|
2022-03-15 13:57:28 +01:00 |
|
Alexander Wunschik
|
f2b3d6f2ed
|
add terminal-stylesheet for javascript html
|
2022-03-13 11:23:05 +01:00 |
|
Martin Thoma
|
e64fb6795c
|
MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be
many adjustments necessary
|
2022-03-05 09:29:23 +01:00 |
|
Zev Spitz
|
66393f1235
|
Simplify Stars (C#) folder structure
|
2022-01-17 11:52:48 +02:00 |
|
Zev Spitz
|
75def2707d
|
Add sln and csroj/vbproj files where missing
|
2022-01-16 08:17:31 +02:00 |
|
Jeff Atwood
|
6f3d4bd78b
|
Merge pull request #375 from LukasMurdock/update-readme
Update game readme
|
2022-01-03 07:20:28 -08:00 |
|
LukasMurdock
|
76c5e1e995
|
add 17-96
|
2022-01-03 02:13:21 -05:00 |
|
Pat Ludwig
|
ede6acee55
|
82_Stars perl implementation
|
2022-01-02 16:41:07 -06:00 |
|
Chris Reuter
|
d26dbf036a
|
Removed spaces from top-level directory names.
Spaces tend to cause annoyances in a Unix-style shell environment.
This change fixes that.
|
2021-11-21 18:30:21 -05:00 |
|