NTaylorMullen / ShootR

Multiplayer space ship game built on the SignalR framework.
MIT License
385 stars 204 forks source link

ShootR broken with TypeScript 1.0 #45

Open rboarman opened 10 years ago

rboarman commented 10 years ago

I'm getting a number of errors trying to build and use EndGate with the ShootR example. It looks like some breaking changes with TypeScript have occurred and the code has not been updated.

My TypeScript skills are not yet sufficient to feel comfortable suggesting any fixes.

Does anyone have ShootR and EndGate running with TypeScript 1.0?

Technocrux commented 4 years ago

Hi Taylor,

Well the repo does not work for me. Apparently I am getting the errors super should come before this in derived classes. Over 97 errors after package restoration.

Is there any update with latest typescript.

thanks

NTaylorMullen commented 4 years ago

Oh wow I totally missed the original issue notification. I did work as part of a hackathon to convert it to use latest TypeScript in a semi hacky fashion. The repo has converted ShootR source in it but the goal of the repo was to enable AI to play in the ShootR world. If you're ok playing around with a hacked up version take a look here:

https://github.com/anurse/HungRGames

Technocrux commented 4 years ago

Thanks Taylor, appreciate it.