About | Features | Technologies | Requirements | Starting | License | Author
This project was (and still is) a learning project for me to learn to use neovim and git on the command line and to improve my Linux knowledge. Up until commit d936c487 it was only developed in WSL2, using Ubuntu 22.04.6.
The game is simple: you need to have the tiles adding up to 2048.
Or not, because you can configure anything.
✔️ Configure game goal, maximum lives, maximum undos, grid height, grid width, accepted spawnables and the number of starter tiles;
✔️ Saving/Loading;
✔️ A fully featured, layered backend and terminal frontend;
Before starting 🏁, you need to have Git and dotnet installed.
# Clone this project
git clone https://github.com/FolkerD0C/2048ish
# Cd into 2048ish
cd 2048ish
# Build the terminal client
dotnet build ConsoleClient/ConsoleClient.App/ConsoleClient.App.csproj
- I plan to add the Apache Thrift API so I can have multiple clients in different languages
This project is under license from the GNU General Public License. For more details, see the LICENSE file.
Made with ❤️ by FolkerD0C