guessing-game

This commit is contained in:
Alexander Heldt
2025-11-01 13:47:10 +01:00
parent f83515caf0
commit d1c8114f07
10 changed files with 311 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/guessing_game.gleam"
],
"test": [
"test/guessing_game_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"forked_from": [
"fsharp/guessing-game"
],
"blurb": "Learn about case expressions by implementing a simple game in which the player needs to guess a secret number"
}