Skip to content

Commit

Permalink
Update README.md and CMakeLists.txt, add basic save function (that ca…
Browse files Browse the repository at this point in the history
…n be selected from the title screen), fixes #5
  • Loading branch information
mupfdev committed Apr 11, 2022
1 parent e882079 commit e3432bc
Show file tree
Hide file tree
Showing 6 changed files with 310 additions and 271 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ set(wordle_sources
"${SRC_DIR}/game.c"
"${SRC_DIR}/pfs.c"
"${SRC_DIR}/utils.c"
"${SRC_DIR}/wordlist_de.c"
"${SRC_DIR}/wordlist_en.c"
"${SRC_DIR}/wordlist_fi.c"
"${SRC_DIR}/wordlist_ru.c"
"${SRC_DIR}/wordlist_de.c"
"${SRC_DIR}/wordlist_utils.c")

set(wordle_resources
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,21 @@ A clone of Wordle for the Nokia N-Gage.

## Features

- Multiple language support such as English, Russian and German.
Finnish is in the works.
- Multiple language support such as English, Russian, and Finnish.

- Tailored for the N-Gage, but portable as the entire game is written in
C89 and only depends on [SDL
2.0.x](https://github.com/libsdl-org/SDL).

## Licence and Credits

- Packed file loader by [Daniel
Monteiro](https://montyontherun.itch.io/).

- The finnish word list is based on the "nykysuomen sanalista" by
[Kotus](https://kaino.kotus.fi/sanat/nykysuomi/), licensed under a [CC
BY 3.0](https://creativecommons.org/licenses/by/3.0/deed.fi) license.

- This project's source code is, unless stated otherwise, licensed under
the "The MIT License". See the file [LICENSE.md](LICENSE.md) for
details.
Binary file modified res/tiles.bmp
Binary file not shown.
Binary file modified res/tiles.xcf
Binary file not shown.
Loading

0 comments on commit e3432bc

Please sign in to comment.