Hi !
This post is totally unrelated to Gamebuino but I wanted to share it with the community anyway because it has some common points of interest such as education and game creation:
I spent the 6 past month developing Mentalo, a web application that allows anyone to create very simple games without coding, share it online, play and reuse other games, etc.
The initial goal is educational: Last year I had a hard time try to teach raw coding to young people, and I decided to develop a tool that could help them to develop their ability to think logically before doing anything with code.
You can discover the app at mentalo-app.com !
This is a beta release so feel free to give some feedback if there are bugs or anything.
Also Mentalo is a free and open source project, so you can have a look to the repos at
- Kuadrado Software / mentalo-app · GitLab
- Kuadrado Software / mentalo_api · GitLab
- Kuadrado Software / mentalo-engine · GitLab
- Kuadrado Software / mentalo-drawing-tool · GitLab
Frontend is written with vanilla Javascript and backend is with Rust / Actix and Mongodb.
Contributors welcome !
[FR]
Salut !
Ce sujet n’a rien à voir avec Gamebuino mais je voulais le partager avec vous quand même car il y a quelques points communs comme la pédagogie et la création de jeux.
J’ai passé les 6 derniers mois à développer Mentalo, une appli web qui permet à n’importe qui de créer un jeu très simple sans coder, le partager en ligne, jouer et réutiliser les jeux des autres, etc.
Le but de départ est pédagogique: l’an dernier j’ai eu quelques difficultés en tentant d’apprendre à coder à des jeunes, et j’ai décidé de créer un outil qui les aiderait à développer leur capacité à avoir un raisonnement logique avant de faire quoi que ce soit avec du code.
Vous pouvez découvrir l’appli sur mentalo-app.com
C’est une version beta donc n’hésitez pas à faire un retour si vous voyez un bug ou autre chose.
Mentalo est un logiciel libre et open source, donc vous pouvez jeter un oeil aux repos:
- Kuadrado Software / mentalo-app · GitLab
- Kuadrado Software / mentalo_api · GitLab
- Kuadrado Software / mentalo-engine · GitLab
- Kuadrado Software / mentalo-drawing-tool · GitLab
Le frontend est Ă©crit en vanilla JS et le back en Rust / Actix et Mongodb.
Les contributeurs sont les bienvenus !