indigo-omega / laserx

the laser tag repo (until we will have a better name for it)
GNU General Public License v3.0
0 stars 0 forks source link

Make a data system to control the game #7

Open shaiTheKimhi opened 5 years ago

shaiTheKimhi commented 5 years ago

Should be object oriented but could be made in C as well using structs, as inheritance is not necessarily required

yotam180 commented 5 years ago

I would use Python for that. Don't see a good reason to use C.

shaiTheKimhi commented 5 years ago

I think it would be stronger to use C, but easier through object oriented. I would use C++ as it is more stable.