Dannark / BWO

An infinity procedural online game using Flutter with NodeJS and flames
https://borderless-world.herokuapp.com/
GNU General Public License v3.0
386 stars 43 forks source link

Update to Flame 1.4.0 #23

Open MrJohnDev opened 1 year ago

MrJohnDev commented 1 year ago

Please fix server side and doors

diogoroos commented 1 year ago

Hey bro! Are u fine? Try it: on config.js, change this var environment = args.env || 'development' for this: var environment = process.argv[4].split("=")[1] || 'development' To initialize on localhost, exec this: npm start env=localhost

@Dannark @MrJohnDev