geekahedron / wordle

A portable clone of Wordle designed for the Nokia N-Gage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordle

Codacy Badge CMake

A portable clone of Wordle designed for the Nokia N-Gage.

Wordle

Features

  • Multiple language settings such as English, Russian (СЛОВО), German (WÖRDL) and Finnish (SANIS).

  • Play the NYT's Daily Word!

  • Enjoy a stress-free game with as many tries as you want in endless mode.

  • Tailored for the N-Gage, but highly portable as the entire game is written in C89 and only depends on SDL 2.0.x.

  • A web version of the game can be found on my website: N-Gage Wordle.

Compiling

First clone the repository:

git clone https://github.com/ngagesdk/wordle.git

N-Gage

The easiest way to get Wordle up and running is Visual Studio 2022 with C++ CMake tools for Windows installed. If you have installed and set up the N-Gage SDK. in advance, simply open the cloned repository via File -> Open -> Folder. Everything else is set up automatically.

Other Platforms

Wordle can also be compiled for other platforms such as Linux, Windows or any other platform supported by SDL2. For Windows, I recommend using MSYS2.

Wordle can be compiled with the included CMake configuration. E.g:

mkdir build
cd build
cmake ../cmake
make

Licence and Credits

  • Special thanks to Josh Wardle for developing this brilliant game in the first place.

  • Packed file loader by Daniel Monteiro.

  • stb by Sean Barrett is licensed under "The MIT License". See the file LICENSE for details.

  • The application menu icon has been designed by geekahedron from the Wordleverse Discord community.

  • The finnish word list is based on the "nykysuomen sanalista" by Kotus, licensed under a CC BY 3.0 license.

  • ASCII Bitmap Font "cellphone" by domsson.

  • This project's source code is, unless stated otherwise, licensed under the "The MIT License". See the file LICENSE.md for details.

About

A portable clone of Wordle designed for the Nokia N-Gage.

License:MIT License


Languages

Language:C 99.5%Language:C++ 0.3%Language:CMake 0.2%