mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Merge pull request #415 from eweilnau/external-links
Format external links
This commit is contained in:
@@ -15,4 +15,5 @@ As published in Basic Computer Games (1978):
|
||||
Downloaded from Vintage Basic at
|
||||
http://www.vintage-basic.net/games.html
|
||||
|
||||
A Common Lisp port is [here](https://github.com/koalahedron/lisp-computer-games/blob/master/01%20Acey%20Ducey/common-lisp/acey-deucy.lisp).
|
||||
#### External Links
|
||||
- Common Lisp: https://github.com/koalahedron/lisp-computer-games/blob/master/01%20Acey%20Ducey/common-lisp/acey-deucy.lisp
|
||||
|
||||
@@ -13,4 +13,5 @@ As published in Basic Computer Games (1978):
|
||||
Downloaded from Vintage Basic at
|
||||
http://www.vintage-basic.net/games.html
|
||||
|
||||
[Conversion to C](https://github.com/ericfischer/basic-computer-games/blob/main/24%20Chemist/c/chemist.c)
|
||||
#### External Links
|
||||
- C: https://github.com/ericfischer/basic-computer-games/blob/main/24%20Chemist/c/chemist.c
|
||||
|
||||
@@ -21,6 +21,6 @@ As published in Basic Computer Games (1978):
|
||||
Downloaded from Vintage Basic at
|
||||
http://www.vintage-basic.net/games.html
|
||||
|
||||
[Port to C language](https://github.com/beyonddream/hamurabi)
|
||||
|
||||
[Port to Rust language](https://github.com/beyonddream/hamurabi.rs)
|
||||
#### External Links
|
||||
- C: https://github.com/beyonddream/hamurabi
|
||||
- Rust: https://github.com/beyonddream/hamurabi.rs
|
||||
|
||||
@@ -101,4 +101,4 @@ Instructions in this directory at
|
||||
instructions.txt
|
||||
|
||||
#### External Links
|
||||
- Super Star Trek in C++ : https://www.codeproject.com/Articles/28399/The-Object-Oriented-Text-Star-Trek-Game-in-C
|
||||
- C++: https://www.codeproject.com/Articles/28399/The-Object-Oriented-Text-Star-Trek-Game-in-C
|
||||
|
||||
Reference in New Issue
Block a user