This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
bobasrty's profile picture

Is it possible to make a RTS?

Started by bobasrty, 07 July 2019 - 06:38 PM
bobasrty #1
Posted 07 July 2019 - 08:38 PM
I've seen Doom being a thing on CC and I am wondering if there is a way to make a game like Starcraft with multiplayer or online leaderboards within the restrictions of CC.
SquidDev #2
Posted 07 July 2019 - 09:55 PM
Technically yes - there's been a couple of projects like jamROGUE and Tron which have multiplayer capabilities (the former using HTTP long polling, the latter websockets).

Obviously there's a big difference between ComputerCraft providing the capabilities to do it though, and it being feasible in practice. A simple Starcraft clone is probably still in the bounds of feasibility, but I suspect getting something like Doom running in a multi-player setting, at a decent latency would be nigh-on impossible.
Dragon53535 #3
Posted 08 July 2019 - 09:20 AM
Anything is possible. CC is capable of running just about anything, it just depends on how long you want to wait for actions.