https://github.com/g3th/noughts-an-crosses
Noughts and Crosses for terminal, created in Kotlin
https://github.com/g3th/noughts-an-crosses
crosses game kotlin logic noughts terminal tictactoe
Last synced: 4 months ago
JSON representation
Noughts and Crosses for terminal, created in Kotlin
- Host: GitHub
- URL: https://github.com/g3th/noughts-an-crosses
- Owner: g3th
- Created: 2023-04-27T23:15:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T23:19:04.000Z (over 3 years ago)
- Last Synced: 2025-01-15T10:27:10.370Z (over 1 year ago)
- Topics: crosses, game, kotlin, logic, noughts, terminal, tictactoe
- Language: Kotlin
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Noughts and Crosses
## Terminal game written in Kotlin
Project created for Hyperskill courses, written in Kotlin to be played in any terminal of your choice (i.e. Gnome).
Unfortunately cannot find an equivalent of list comprehension for Kotlin to iterate through some of the lists in a single line, perhaps no such thing exists in the language.
It works but is probably too long and convoluted.