AlmasB / FXGLGames

This repo contains sample games built with FXGL
http://almasb.github.io/FXGLGames/
MIT License
807 stars 325 forks source link

some suggestions about Bomberman #30

Open 1151018562 opened 1 year ago

1151018562 commented 1 year ago

In the Bomberman part, I think it will be more interesting to generate random walls, so I tried to add the code for randomly modifying 0.txt in BombermanApp. BombermanApp.md

AlmasB commented 1 year ago

Thanks, that looks interesting, I guess as long as the initial spawn point allows the player to place bombs, it should be fine.