Skip to content

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

License

Notifications You must be signed in to change notification settings

ngagesdk/wordle

Repository files navigation

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.

  • An Android version is available on Google Play:

Get it on Google Play

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
cp ../res/data.pfs .
cmake -DBUILD_ON_ALT_PLATFORM=ON ..
make
./wordle.exe

Licence and Credits

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages