top | item 23188469

(no title)

nbclark | 5 years ago

Thank you. Still feels like and endless set of features to add: tournaments, hot keys, animations, etc.

It took about 2 weeks of nights/weekends to have something functional I could play with friends. The engine was the hardest part. Then another week to open to the public and then it’s been a few weeks of bug fixes before it started to feel pretty stable.

What about you?

discuss

order

nerf0|5 years ago

Took me 2 months of spare time in total. Engine was definitely the hardest. Debugging was also tricky, due to multi-threading.

nbclark|5 years ago

Agree. I wrote the engine in Node (so punted on the threading problem a bit) then just ported pieces of the engine to firebase functions to handle the actual computation. Made testing a bit easier as I could just simulate players client side. What did you build yours in?