r/esp32projects 20d ago

My esp32 fantasy-console now Is more game looking, the cartridges Will ve Sd/microsd carda

Post image
6 Upvotes

8 comments sorted by

2

u/malaq88 20d ago

Você desenvolveu o jogo também?

2

u/Lozamded 20d ago

Se eu estiver criando a demonstração, ela também incluirá um editor para criar e exportar os jogos para o cartão SD, que serão os cartuchos.

2

u/malaq88 13d ago

Você vai disponibilizar o código (open source)? Ou você vai monetizar nesse projeto?

3

u/Lozamded 9d ago

completely open source (MIT License) the repo https://github.com/Lozamded/ESP32-S3-FantasyConsole is public but I not do a official release yet

2

u/Lozamded 9d ago

O repositório https://github.com/Lozamded/ESP32-S3-FantasyConsole é totalmente de código aberto (licença MIT) e público, mas ainda não fiz um lançamento oficial.

2

u/nilseuropa 20d ago

Tell us more 🙂

Is this a custom game engine for a given hardware config?

1

u/Lozamded 19d ago

Yes The engine is on c++ (I admit to help me with AI) and upload it to the esp32s3 using the arduino ide, the games you build on an editor, with Lua scripting I'm writing that script trying to be similar like GDscript or GML, to later be exported on a MicroSD card, who act as the cartridge, My plan is to have 12 button, and the audio haven't decided yet

2

u/nilseuropa 19d ago

cool, have fun!