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)