Tank battle game source code (FreeBasic)

Game development specific discussions.
Post Reply
xywhsoft
Posts: 74
Joined: Aug 28, 2009 6:28
Contact:

Tank battle game source code (FreeBasic)

Post by xywhsoft »

It uses the material of the FC tank battle game, the game is similar to the FC version, but with modifications, overall it is more complicated.

Increased blood volume, level mechanism, tanks have more attributes, speed and rate of fire.

This game is currently in the first version, with complete functions available, but I think a better plan is needed to increase the gameplay, even if this is an example.

The game is developed using xywh Game Engine. If you are interested in game development, you can go here:
viewtopic.php?f=8&t=29057

The development time of the game is about 4 hours.



Game source code:

https://github.com/CN-xLeaves/XGE/tree/ ... ject/xTank

The source code and compiled binary files are provided here. If you don’t use Git or don’t know what Git is, you can download it here:

https://github.com/CN-xLeaves/XGE

Click the green Code button and find the entire contents of DownLoad ZIP to download. The source code and binary of the game are in the release/project/xTank folder.



This game will also undergo several minor updates. The general content is as follows:

1. Gameplay adjustment to enhance the sense of operation.
2. After the end of a level, a tank upgrade interface is provided instead of automatically adding attributes randomly.
3. The game has a Module system, but now it lacks a loader, a module editor and a map editor.
4. Maybe I will add peer-to-peer online function, play with friends, fight AI together, or fight between players. This update is not sure. I am still thinking about whether the online game paradigm is based on this basis or whether to develop one New game.
5. Multi-language support, this is very simple, there should be tomorrow.
Last edited by xywhsoft on Dec 28, 2020 11:08, edited 3 times in total.
xywhsoft
Posts: 74
Joined: Aug 28, 2009 6:28
Contact:

Re: Tank battle game source code (FreeBasic)

Post by xywhsoft »

Thank you, BasicCoder2, this website is very easy to use, and it has a very good access speed in China (there is even a Chinese user interface)

Image

Image

Image

Image
Last edited by xywhsoft on Dec 29, 2020 7:21, edited 3 times in total.
BasicCoder2
Posts: 3906
Joined: Jan 01, 2009 7:03
Location: Australia

Re: Tank battle game source code (FreeBasic)

Post by BasicCoder2 »

https://postimages.org/

I use the above. Just upload the image and it will provide options for access. I copy and paste the url hotlink for forums option into my forum post.
Post Reply