I am trying to create a RTS

A place to discuss what doesn't belong anywhere else.

Moderator: Big Daddy

Post Reply
ZeKK
Posts: 1
Joined: Wed Mar 01, 2017 3:39 pm

I am trying to create a RTS

Post 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
User avatar
Andrettin
Posts: 433
Joined: Sun Jun 30, 2013 9:58 pm
Location: Vienna, Austria
Contact:

Re: I am trying to create a RTS

Post 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 :)
User avatar
Yukiko
Posts: 63
Joined: Sun May 24, 2015 6:52 pm

Re: I am trying to create a RTS

Post 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.
Loofers
Posts: 1
Joined: Fri Apr 14, 2017 10:05 pm

Re: I am trying to create a RTS

Post 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.
Post Reply