Jeff Atwood
|
b9ee0809d1
|
Merge pull request #937 from nrezmerski/main
Add Swift port for 45_Hello in 00_Alternate_Languages
|
2025-07-20 13:12:17 -07:00 |
|
nrezmerski
|
00d7a10bee
|
Create hello.swift
|
2025-07-18 06:06:12 -05: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 |
|
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 |
|
nrezmerski
|
63865151b6
|
Update hello.c
Replace 3-space indents with 4-space
|
2023-10-24 15:12:07 -05:00 |
|
nrezmerski
|
5293edcd89
|
Update hello.c
Fix mixed spaces/tabs indentation
|
2023-10-24 15:08:24 -05: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
|
cf021f6c7b
|
Create hello.c
Initial commit of ANSI C version of "hello.bas"
|
2023-10-24 08:03:13 -05:00 |
|
nrezmerski
|
892b75ce8c
|
Create hello.c
Initial commit - ANSI C version of "hello.bas"
|
2023-10-24 07:37:33 -05:00 |
|
JoeStrout
|
c45a80b074
|
Fixed/elaborated two MiniScript README files.
|
2023-10-18 14:03:44 -07:00 |
|
JoeStrout
|
f7db28ec30
|
Added MiniScript version of 88_3-D_Tic-Tac-Toe.
(Also fixed a bug in the JavaScript port.)
|
2023-10-18 13:53:57 -07:00 |
|
JoeStrout
|
11de8ff9b0
|
Added instructions. Chose to incorporate these into the main program
rather than as a separate program; I think the original BASIC programs
were separated only due to memory limitations.
|
2023-10-17 10:58:52 -07:00 |
|
JoeStrout
|
0c90f7c393
|
Added MiniScript version of 84_Super_Star_Trek.
(Though I still need to port the instructions, superstartreckins.bas.)
|
2023-10-17 10:37:25 -07:00 |
|
JoeStrout
|
a76db6de91
|
Added MiniScript version of 83_Stock_Market.
|
2023-10-07 06:51:11 -07:00 |
|
JoeStrout
|
58c0485233
|
Updated formatting in some of the MiniScript README files;
commented out a Mini Micro -specific call in splat.ms.
|
2023-10-06 08:16:39 -07:00 |
|
JoeStrout
|
dee12247fa
|
Merge branch 'main' into miniscript-batch-9 (resolved conflicts in favor of branch).
|
2023-10-06 07:46:29 -07:00 |
|
chinhouse
|
9afa9d573c
|
Merge branch 'JoeStrout:main' into main
|
2023-10-04 16:00:37 -07:00 |
|
JoeStrout
|
3bd8b2f614
|
Added MiniScript version of 80_Slots.
|
2023-10-04 15:12:39 -07:00 |
|
JoeStrout
|
55ec081147
|
Added MiniScript version of 79_Slalom.
|
2023-10-03 16:10:16 -07:00 |
|
JoeStrout
|
691664d902
|
Added MiniScript version of 77_Salvo.
|
2023-10-03 13:03:47 -07:00 |
|
JoeStrout
|
91a494df5b
|
Added MiniScript version of 76_Russian_Roulette.
|
2023-10-02 15:30:55 -07:00 |
|
JoeStrout
|
bd23c4778b
|
Added MiniScript version of 75_Roulette.
|
2023-10-02 09:40:53 -07:00 |
|
JoeStrout
|
22e011349c
|
Added MiniScript versions of 72_Queen and 74_Rock_Scissors_Paper.
|
2023-10-01 15:38:34 -07:00 |
|
JoeStrout
|
75b0ce9c46
|
Added MiniScript implementation of 71_Poker.
|
2023-09-30 17:02:12 -07:00 |
|
Rafael Conceição
|
5941979c35
|
Merge branch 'coding-horror:main' into main
|
2023-09-25 03:13:27 +01:00 |
|
RFigCon
|
e40ed4e55d
|
train in Lua and D
|
2023-09-25 02:49:58 +01:00 |
|
chinhouse
|
7e3fe0279e
|
Add tictactoe2.ms
|
2023-09-22 22:34:39 -07:00 |
|
chinhouse
|
5126e83598
|
Add files via upload
|
2023-09-21 22:28:49 -07:00 |
|
chinhouse
|
7db163b2f3
|
Create README.md
|
2023-09-21 22:28:27 -07:00 |
|
chinhouse
|
b9031ce637
|
Add files via upload
|
2023-09-19 16:08:09 -07:00 |
|
chinhouse
|
1b40ef39e1
|
Create slots.ms
|
2023-09-19 16:07:39 -07:00 |
|
JoeStrout
|
bd1815d5da
|
Merge branch 'main' into miniscript-batch-8
|
2023-09-18 12:52:13 -07:00 |
|
JoeStrout
|
e89ea05e97
|
Merge pull request #2 from chinhouse/main
add Stars, Reverse and version of Tic Tac Toe with no board updates shown
|
2023-09-18 12:51:42 -07:00 |
|
JoeStrout
|
70743baaef
|
Added MiniScript implementations of 69_Pizza and 70_Poetry.
|
2023-09-18 09:48:48 -07:00 |
|
JoeStrout
|
95e9d8b2c4
|
A couple of minor tweaks to already-ported-to-MiniScript projects.
|
2023-09-18 07:58:50 -07:00 |
|
chinhouse
|
171ec0a4bd
|
Merge branch 'JoeStrout:main' into main
|
2023-09-16 19:14:12 -07:00 |
|
chinhouse
|
45b18718a2
|
Update reverse.ms
|
2023-09-16 19:07:52 -07:00 |
|
chinhouse
|
8a5763893a
|
Update stars.ms
|
2023-09-16 19:05:13 -07:00 |
|
chinhouse
|
01e2d0c9e3
|
Add files via upload
|
2023-09-16 19:02:13 -07:00 |
|
chinhouse
|
1fc6618ee9
|
Create tictactoe.ms
|
2023-09-16 19:01:14 -07:00 |
|
JoeStrout
|
3bb0d10930
|
Added MiniScript version of 68_Orbit.
|
2023-09-16 14:49:17 -07:00 |
|
JoeStrout
|
60d43edb9f
|
Minor tweaks to target.ms and README's.
|
2023-09-16 14:33:11 -07:00 |
|
JoeStrout
|
8e8bbfb08e
|
Tweaks to target.ms.
|
2023-09-16 14:27:21 -07:00 |
|
JoeStrout
|
6d47747028
|
Tweaks to tower.ms.
|
2023-09-16 14:15:34 -07:00 |
|
JoeStrout
|
adb6ad5c94
|
Minor tweaks to 23matches.ms and weekday.ms.
|
2023-09-16 14:07:10 -07:00 |
|
JoeStrout
|
212c0445fe
|
Fixed some minor issues with weekday.ms.
|
2023-09-16 13:52:40 -07:00 |
|
JoeStrout
|
d195808773
|
Merge branch 'main' into miniscript-batch-7
|
2023-09-16 13:34:12 -07:00 |
|
JoeStrout
|
28b1e5f010
|
Merge pull request #1 from chinhouse/main
Adding Word, Weekday, 23 Matches, Tower, Target, and Synonym
|
2023-09-16 13:32:17 -07:00 |
|