[GAME] Civilization / strategy Game development

Developed or developing a new product in PureBasic? Tell the world about it.
kinglestat
Enthusiast
Enthusiast
Posts: 732
Joined: Fri Jul 14, 2006 8:53 pm
Location: Malta
Contact:

[GAME] Civilization / strategy Game development

Post by kinglestat »

I am developing a game called WarZone and contrary to my own expectations I did not get stuck. The idea behind the game was (and still is) to make a board game out of it, but the actual game can also be played on computer.

The premise of the game is as follows

1. Turn Based
2. Civilization style (build cities, upgrade, advance tech, build armies)
3. It is 2D, alas.

The ultimate goal is to have a more combat strategic civ game, which is faster, and allows for larger maps and larger armies.

I am not a great coder; I have borrowed code from various sources, and graphics is quite a weak spot. I would like to add battle animations, and other cinematic scenarios to make game more appealing, as well as sound effects. But of course, even gaming elements I might not have thought about, on how the game more fun.

If someone wants to help and join in, we can make an even better game together!
But testing and bug reporting is also helpful.

What has been done so far
1. Map Generator (Still missing mountains and ice)
2. Black Market with fluctuations
3. Multiplayer structure
4. Automated goals
5. The ability to buy/sell in Market
6. Possibility to found cities, buy settlers and workers
7. Harvest of resources (missing graphics)

Work In Progress
1. Hunt a pesky bug where automatic worker return a null coordinate
2. Build basis for modularity so game can be moddable
3. Naming of cities and elements more fluid and logical


UPDATE: 17/Nov/2019
Added automation. This is the basis for the AI (which still has to be coded) but it is possible for player to use to reach certain goals. Presently automation will produce workers and found cities, looking for the best spots.

EDIT: 5/Nov/2019
First download version (not even close to a completed game)
http://sen3.net/files/wz.zip

When you "start game" it will generate the map which can take quite a while; even for a computer with lots of RAM and a fast CPU.
Last edited by kinglestat on Sun Nov 17, 2019 9:09 am, edited 4 times in total.
I may not help with your coding
Just ask about mental issues!

http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
kinglestat
Enthusiast
Enthusiast
Posts: 732
Joined: Fri Jul 14, 2006 8:53 pm
Location: Malta
Contact:

Re: [GAME] Civilization / strategy Game development

Post by kinglestat »

The first part is available for download, which should give an idea of how the game will evolve.
Any constructive suggestion, please feel free to comment.

The map size options are not enabled, but the rest of the options work.
I may not help with your coding
Just ask about mental issues!

http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
Cyllceaux
Enthusiast
Enthusiast
Posts: 457
Joined: Mon Jun 23, 2014 1:18 pm
Contact:

Re: [GAME] Civilization / strategy Game development

Post by Cyllceaux »

I only see a white window in Fullscreen. Nothing more :(
BarryG
Addict
Addict
Posts: 3267
Joined: Thu Apr 18, 2019 8:17 am

Re: [GAME] Civilization / strategy Game development

Post by BarryG »

Cyllceaux wrote:I only see a white window in Fullscreen. Nothing more :(
Took a while for the white screen to show the game tiles for me. A while = about a minute.
kinglestat
Enthusiast
Enthusiast
Posts: 732
Joined: Fri Jul 14, 2006 8:53 pm
Location: Malta
Contact:

Re: [GAME] Civilization / strategy Game development

Post by kinglestat »

generating the map takes a while; it is in my TODO list...thanks for the reminder
I may not help with your coding
Just ask about mental issues!

http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
kinglestat
Enthusiast
Enthusiast
Posts: 732
Joined: Fri Jul 14, 2006 8:53 pm
Location: Malta
Contact:

Re: [GAME] Civilization / strategy Game development

Post by kinglestat »

@cylineux

You need to click "Start Game"...then make a cup of coffee (or 2)
I may not help with your coding
Just ask about mental issues!

http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
User avatar
KJ67
Enthusiast
Enthusiast
Posts: 218
Joined: Fri Jun 26, 2009 3:51 pm
Location: Westernmost tip of Norway

Re: [GAME] Civilization / strategy Game development

Post by KJ67 »

When I open it, the program open a window the size of my larger monitor but on my smaller primary unit. The result is that only the white part shows, no controls.
Swapping to only using my secondary monitor works.
The best preparation for tomorrow is doing your best today.
kinglestat
Enthusiast
Enthusiast
Posts: 732
Joined: Fri Jul 14, 2006 8:53 pm
Location: Malta
Contact:

Re: [GAME] Civilization / strategy Game development

Post by kinglestat »

@KJ67...I didn't think of that. Thanks. Added to the really long TODO list
I may not help with your coding
Just ask about mental issues!

http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
Cyllceaux
Enthusiast
Enthusiast
Posts: 457
Joined: Mon Jun 23, 2014 1:18 pm
Contact:

Re: [GAME] Civilization / strategy Game development

Post by Cyllceaux »

Hello... just asking, but... is this project dead?
Post Reply