Day 2 - too much stuff to do

Published August 08, 2017
Advertisement

002.thumb.png.5ef64d5a3507d97f04d15efd7050f106.png

As you can see, now buildings built in one screen sync to the other. I have a system where it takes a few seconds to build something, and I send the completion time over TCP, then build another work in progress object on the other computer, set to complete at the exact same time. This way, even half a second lag will still not hurt the experience. (On the screenshot, you can see the raw data stream in the console.)

003.thumb.png.8ea3a32b22c585a8cd5916d23e90554d.png004.thumb.png.ee9d2eae5dc5ecf26ac7ad19aeb47936.png

I also have a system where the players choose what sides they will play on. The basic system is that the first player to click wins. If both players click the same team at the same time, the both programs will generate a random number and the highest number wins. I haven't been able to test this system, and it will probably not actually work.

05.thumb.png.6816a02f613e1f3aacb2b9337dc399b4.png

Aliens and Knights have different types of buildings. They will behave the exact same way as each other, but have different names and images. I am thinking I can get some humor from a rock wall being exactly as strong as a force field, or a laser gun doing equal damage as a bow and arrow. If I get as far as having flying enemies, the knights will have some kind of Davinci winged wooden contraption, with equal speed as the aliens flying saucer.

My next step is to give each team a fort. The game ends when the fort is destroyed. When I have a fort, I will not have anything to guard me from actually building the AI for the attackers. I don't think making complicated path finding will be worth my time. When encountering a obstacle, the NPCs will determine if going around left or right is the fastest. If neither is possible, it will go straight on ahead. (As all obstacles are breakable). Shouldn't be to much trouble...

4 likes 2 comments

Comments

Kavarna

I really like the concept.

It really looks like there's still much work to do. Good luck!

I hope that this will be the game that I'll play during classes with my classmates. :))

August 08, 2017 06:34 PM
__Toz__

This sounds like it's going to be a lot of fun, but I hope the multiplayer aspect of it won't start to give you trouble. Have you tested it across multiple computers already?

August 08, 2017 06:50 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement