mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 20:10:15 -08:00
11 lines
550 B
Markdown
11 lines
550 B
Markdown
Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/games.html)
|
|
|
|
Conversion to [Oracle Java](https://openjdk.java.net/)
|
|
|
|
Two versions of Roulette has been contributed. They are indicated within given sub-folders
|
|
|
|
- [oop](./oop) - Conversion by Andrew McGuinness (andrew@arobeia.co.uk)
|
|
- [iterative](./iterative) - Conversion by Thomas Kwashnak ([Github](https://github.com/LittleTealeaf)).
|
|
- Implements features from JDK 17.
|
|
- Does make use of some object oriented programming, but acts as a more iterative solution.
|