Skip to content

Commit 2126309

Browse files
authored
Update README.md
Signed-off-by: Dillon Depeel <[email protected]>
1 parent 2a61568 commit 2126309

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

README.md

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,29 @@ COBOL, which stands for Common Business Oriented Language, is a programming lang
99
## Progress So Far
1010

1111
So far, The-COBOL-Archive has managed to preserve the following Cobol programs:
12-
13-
* [Calculator](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Calculator.cob)
14-
* [Calendar](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Calendar.cob)
15-
* [Checkers](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Checkers.cbl)
16-
* [Conway's Game of Life](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Game%20Of%20Life.cob)
17-
* [Deal/Play Cards](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Deal%20Playing%20Cards.cob)
18-
* [Email Client](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Email%20Client.cob)
19-
* [Fibonacci Sequence](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Fibonacci%20Sequence.cbl)
20-
* [Fizz Buzz](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Fizz%20Buzz.cob)
21-
* [HiWorld (Hello World)](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/HiWorld.cob)
22-
* [Langton's Ant](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Langton's%20Ant.cob)
23-
* [Magic Square (15 Puzzle Game)](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Magic%20Square%20(The%2015%20Puzzle%20Game).cob)
24-
* [Minesweeper](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Minesweeper.cbl)
25-
* [Note Taker](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Note%20Taker.cbl)
26-
* [Snake](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Snake.cob)
27-
* [TicTacToe](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/TicTacToe.cob)
28-
* [Towers of Hanoi](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Towers%20Of%20Hanoi.cbl)
29-
* [99 Bottles Of Beer](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/99%20Bottles%20Of%20Beer%20Sequence.cbl)
12+
### Cobol Example:
13+
* [Hello World](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Cobol%20Examples/HiWorld.cob)
14+
### Cobol Games:
15+
* [Checkers](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Cobol%20Games/Checkers.cbl)
16+
* [Deal/Play Cards](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Cobol%20Games/Deal%20Playing%20Cards.cob)
17+
* [Fizz Buzz](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Cobol%20Games/Fizz%20Buzz.cob)
18+
* [Magic Square (15 Puzzle Game)](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Cobol%20Games/Magic%20Square%20(The%2015%20Puzzle%20Game).cob)
19+
* [Minesweeper](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Cobol%20Games/Minesweeper.cbl)
20+
* [Pong](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Cobol%20Games/Pong.cbl)
21+
* [Snake](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Cobol%20Games/Snake.cob)
22+
* [Tetris](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Cobol%20Games/Tetris.cbl)
23+
* [Tic Tac Toe](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Cobol%20Games/TicTacToe.cob)
24+
* [Towers of Hanoi](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Cobol%20Games/Towers%20Of%20Hanoi.cbl)
25+
* [99 Bottles Of Beer](https://github.com/DillonDepeel/The-COBOL-Archive/blob/main/Cobol%20Games/99%20Bottles%20Of%20Beer%20Sequence.cbl)
26+
### Cobol Sequences:
27+
* [Conway's Game of Life](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Cobol%20Simulations/Game%20Of%20Life.cob)
28+
* [Fibonacci Sequence](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Cobol%20Simulations/Fibonacci%20Sequence.cbl)
29+
* [Langton's Ant](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Cobol%20Simulations/Langton's%20Ant.cob)
30+
### Cobol Utilities:
31+
* [Calculator](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Cobol%20Utilities/Calculator.cob)
32+
* [Calendar](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Cobol%20Utilities/Calendar.cob)
33+
* [Email Client](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Cobol%20Utilities/Email%20Client.cob)
34+
* [Note Taker](https://github.com/DillonDepeel/The-COBOL-Program-Archive/blob/main/Cobol%20Utilities/Note%20Taker.cbl)
3035

3136
Additionally, The COBOL Archive has preserved the Following Software; Written In COBOL:
3237

0 commit comments

Comments
 (0)