From 790bf78a7a82e9cfd3796ec2b4d07aa08f413c2f Mon Sep 17 00:00:00 2001 From: datashaman Date: Sun, 30 Mar 2025 09:40:36 +0200 Subject: [PATCH] Remove link to maoifiddle It's pron. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5b00b47..214743b 100644 --- a/readme.md +++ b/readme.md @@ -127,7 +127,7 @@ Note: From LuaJIT to Lua to lua.vm.js to Moonshine, a basic benchmark sees perfo - [lurker](https://github.com/rxi/lurker) - Shortens the iteration cycle by auto-swapping changed Lua files in a running LÖVE project. - [HUMP](http://vrld.github.io/hump/) - A set of lightweight helpers for LÖVE; a game-oriented utility belt. - MOAI - - [moaifiddle](https://moaifiddle.com) - Edit and share short scripts for the MOAI game engine and run them in the browser using WebGL. + - [moaifiddle](https://github.com/halfnelson/moaifiddle) - Edit and share short scripts for the MOAI game engine and run them in the browser using WebGL. - [Jumper](https://github.com/Yonaba/Jumper) - Fast, lightweight, and easy-to-use pathfinding library for grid-based games. - [lume](https://github.com/rxi/lume/) - Utility belt library geared toward game development. - [NoobHub](https://github.com/Overtorment/NoobHub) - Network multiplayer for Corona, LÖVE, and more, following a simple pub-sub model.