Page 1 of 1

I am trying to create a RTS

Posted: Wed Mar 01, 2017 3:57 pm
by ZeKK
Hello,

I am jeremie rousseau, i am french,

i am trying to write a code to generate a real time strategic game,

at the beginning i wanted to create a chess game.

To moment i have a grid with pawns and walls,
  • the grid is infinite.
  • some walls are generated by the server.
  • there is no IA to moment.
  • there is a little system to generate a path finding.
  • i tried to implement a idea of code to generate fog.
  • it's in black and white, visually it's bad to the moment.
  • i tried to implement lasers system, that didn't work as i wanted.

i wrote this in JS and PHP.


https://youtu.be/VoM1x7BTD5Q

Re: I am trying to create a RTS

Posted: Thu Mar 02, 2017 8:06 am
by Andrettin
ZeKK wrote:Hello,

I am jeremie rousseau, i am french,

i am trying to write a code to generate a real time strategic game,

at the beginning i wanted to create a chess game.

To moment i have a grid with pawns and walls,
  • the grid is infinite.
  • some walls are generated by the server.
  • there is no IA to moment.
  • there is a little system to generate a path finding.
  • i tried to implement a idea of code to generate fog.
  • it's in black and white, visually it's bad to the moment.
  • i tried to implement lasers system, that didn't work as i wanted.

i wrote this in JS and PHP.


https://youtu.be/VoM1x7BTD5Q
Hello ZeKK, welcome to the Stratagus forums, and good luck on your game :)

Re: I am trying to create a RTS

Posted: Thu Mar 02, 2017 8:12 am
by Yukiko
If you wish to create an RTS, I recommend using an existing engine. OpenRA gets a lot of good reviews, though I've never used it.

Re: I am trying to create a RTS

Posted: Thu Apr 20, 2017 1:35 am
by Loofers
Yukikeeo wrote: Thu Mar 02, 2017 8:12 am If you wish to create an RTS, I recommend using an existing engine. OpenRA gets a lot of good reviews, though I've never used it.
How's your project coming along? I'd love to know if you made any progress.