Simple open source Lua games in a browser: https://alexbarry.github.io/AlexGames
#lualang #wasm #webassembly #webdev #gamedev #webgame

Some of the games: solitaire, minesweeper, chess, go, checkers, backgammon, "word mastermind"

* supports multiplayer via #websocket
* English dictionary for word puzzle games
* share game state via URL
* upload arbitrary games as a zip of Lua files
* automatic undo/redo and history browsing built in (requiring only a few API calls in each game)

AlexGames

Collection of simple Lua and Rust games that can be played in your browser. Includes solitaire, word games, chess, go, checkers. Supports local or websocket multiplayer.