ProjectCastle LastDay.

Published August 14, 2017
Advertisement

The deadline is here and I have only managed to spend less than 30 hours on the game.

Last.jpg.8b7bbf2ef6773dbc9632ca24b2d7ac8e.jpg

In the end I just entered the sandbox, there was no time to add my menu.

At least the time I did spend working on the game was fun and I did learn a few things:

First @ryan20fun asked what tech I was using and the answer to that is Unity. The whole idea behind this for me was to start from scratch, using no tools or extras, just Unity.

There was a problem with the batch limit, this is as large as a building can be. Adding one more floor causes the mesh merging from Unity to fail.

Shadows is the largest performance killer and I found no way around it that I could achieve in a reasonable time frame.

 

Second thing I learned is that once you understand how Unity planned on using there Quaternions it's easy to pass math between them and Vectors.

The most of how smooth this game feels is thanks to lerping the vectors and quaternions. The tank as is only took 4 hours to implement and one of those hours was me wrongly using the Quaternions.

The Camera was very fast and because it didn't have any extra behaviors added to it, I got the Battle City feel easy without having to counter code that exists.

 

I wanted to measure how switching from primitives to complex art is and never found the time for it. However switching from a cube to the building place holders was fast. There was no performance loss at all even if in theory it was 16* the amount of vertices.

 

 

I do believe I will not even stand a chance this year, not with the other brilliant entries I had seen. However I did enjoy it and seeing the skills of others as they make browser games, multiplayer games and implement there own engines was amazing.

 

Postmortem: Game died of neglect.

 

Edit: Fixed the zip.

 

ProjectCastle.zip

The zip is 18mb and the game should work on most computers even old ones.

2 likes 6 comments

Comments

Scouting Ninja

If the game doesn't work or you have performance problems I would like to know about it.

My thanks to all who play it.

August 14, 2017 04:32 AM
Avalander

It looks fun, I like the idea of destroying buildings! It's a pity I can't try it because I'm not running Windows :(

August 14, 2017 09:12 AM
Scouting Ninja
1 hour ago, Avalander said:

I'm not running Windows

What OS are you running? I will upload an exe. My goal now is to see how many PCs can run the game smoothly.

August 14, 2017 10:20 AM
Avalander

@Scouting Ninja Please, do! I'm running OSX.

August 14, 2017 10:51 AM
Scouting Ninja
4 hours ago, Avalander said:

Please, do! I'm running OSX.

https://drive.google.com/open?id=0B3hHgiNtHATdcXdnRGpia01jeGc

This one should work on OS X, worked on the only one I could try it on. There appeared to be a problem copying files from Windows to OS X.

August 14, 2017 03:23 PM
Avalander
3 hours ago, Scouting Ninja said:

https://drive.google.com/open?id=0B3hHgiNtHATdcXdnRGpia01jeGc

This one should work on OS X, worked on the only one I could try it on. There appeared to be a problem copying files from Windows to OS X.

Are you sure you uploaded the right file? When I unzip it, I still get a .exe and the folder structure doesn't look like when I build a Unity game for OS X.

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