What tech stack would you use for a group project (5 people, including me)?, where 4 of them own Windows PC:s, and I have a Mac and arrogant, id est refusing to touch Windows-only stuff. Not only that, my Mac is an M1 one. That's compatibility issues.
All these 4 people don't know much programming. We gotta make a cool game, this is a semester assignment.
I considered the web stack. What else is good?
@bouncepaw some possibilities that come to my mind:
- interactive fiction (inform, twine, etc) which really prioritizes writing and design over "coding"
- puzzlescript for focusing on challenging puzzles/game design
- NES/C64/etc. if you want to target a real retro platform/emulator
- love2d if you want to make 2d games and like programming in lua
- uxn for making small, cross-platform games in a modern-but-constrained environment