Facepunch / sbox-hc1

33 stars 4 forks source link

Game Loop #2

Closed Metapyziks closed 3 months ago

Metapyziks commented 3 months ago

Feel free to spin these out into separate issues:

### Game Loop
- [ ] #4
- [ ] https://github.com/Facepunch/sbox-hc1/issues/7
- [ ] https://github.com/Facepunch/sbox-hc1/issues/22
- [x] Game ends after N rounds
- [x] Swap sides at half time
- [x] Reset economy at start of each half (#1)
- [ ] https://github.com/Facepunch/sbox-hc1/issues/6
DevulTj commented 3 months ago

Worth making a base gamemode component so we can bridge it out into different gamemodes later

DevulTj commented 3 months ago

I'm gonna close this, I think we're golden now.