I don't know what will come of this but I'm looking forward to some of you improving pente.org. Some notes: - I have containerised everything but I don't have database seed yet to get things properly running from scratch on your computer. The react game room will probably work out of the box, the AI too if you don't need to recompile the WASM component, then you have to go dabble and use emscripten. - I'll probably open source the mobile apps too once I get over my shame of some of my code. Or just start a react native app for both platforms instead of maintaining 2 native apps.
Re: open-sourced, we are
Posted:
Sep 1, 2025, 3:30 AM
So many questions... I suppose I should start with - Can you clarify under what licensing structure (MIT, GPL, Apache, etc.) My large language model friends want to know...
Retired from TB Pente, but still playing live games & exploring variants like D, poof and boat
Re: open-sourced, we are
Posted:
Sep 2, 2025, 10:14 AM
> That's awesome. Anything specific that you see needs > work at the moment? I checked out react_mmai and got > it running no problem. Thanks!
- get the backend running for everyone by creating a db seed - automatic tournament restarts after they finish with potentially rotating formats - a cache-agnostic class so we can plug in redis to replace our hashmaps - integrate mmai better in the website rather than opening in a new tab - make the turn-based canvas boards scale their size - unify the js gameplay code so it's reusable - create renju gameplay code - prepare a database migration because we're running out of identifiers to add new games - make a react DB search tool, that includes the newer games and the Go variants - my deploy script should remove an old image, retag the current deployed image to an :old tag, and then deploy the latest image, just in case a rollback is needed. - responsive design for mobile - github actions to comment on PRs in case they need to be rebased and other hygiene - A CONTRIBUTING template ... The list goes on, I should maintain this in a repo or roadmap