java tank game source code

Want to know java tank game source code? we have a huge selection of java tank game source code information on alibabacloud.com

Original shooting game restructured 3D III: maze (with source code)

Restructured 3D III: maze A third person with bacteria as the leading character, 3D shooting, smallGames. Provides both indoor and outdoor scenarios. The outdoor area adopts the quadtree + horizontal slice terrain, and the indoor area adopts the BSP + portal. Development tools: vc6.0 and OpenGL ProgramUpdating... : Google Code: http://code.google.com/p/recombination-3d-3-maze/ Or open source China: h

PHP web game learning-Xnova (ogame) source code explanation (9) _ PHP Tutorial

PHP web game learning-explanation of Xnova (ogame) source code (9 ). 12. fleet functions (unlocalised. php) in this section, we will describe the functions related to the fleet dispatch and continue to describe them with annotations. because many functions are involved this time, it takes less than 12 minutes to describe the functions related to the fleet (unloca

PHP webpage game learning-Explanation of Xnova (ogame) source code (15th) _ php instance

This article mainly introduces how to process the fleet activity page of PHP Web Game Xnova (ogame) source code. If you need it, refer to the following October 18 and fleet activity (FlyingFleetHandler. php) In the previous article, we have initially studied the source code

Atypical 2D game engine orx Source Code Reading Notes (3) Memory Management

the efficiency and implementation issues. In addition, for C ++, you can also reload the standard library container distributor. For the above method and the method of reloading the container distributor, refer to the sgi stl implementation. (Detailed description in Hou Jie STL source code analysis)In fact, memory management is not only for efficiency considerations in C/C ++, but also for Memory leakage d

Source code of the full version of the game,

Source code of the full version of the game, Click the image displayed by ImageSwitcher to switch to the full screen for beautiful women's clothing. When your fingers slide on the screen, the clothes on the slide will fade away. It's very yellow and violent. You have to hold it !! In fact, this is the implementation of two images, one basemap (no clothes), one o

Solution to source code compilation problems in Chapter 4th of C ++ Game Development

1. Open Dev C ++ and Click Tools> check for updats/pakages. 1:Figure 12. Select devpaks.org community devpaks option from the select devpak server drop-down list, and click check for updats:Figure 23. After checking that the update is complete, check the openal option and click Download selected. 3: (if the download fails, download the openalfile on the http://download.csdn.net/source/1853440link directly)Figure 34. After the installation is complete,

Cocos2d-x-3.3-018-game joystick source code sharing, cocos2dx3.3

Cocos2d-x-3.3-018-game joystick source code sharing, cocos2dx3.3 To view the original text or updates, go to my wiki: https://github.com/cheyiliu/All-in-One/wiki/cocos2d-x-3.3-018-joystick4cocos3.3 Joystick Joystick for cocos2d-x v3.3 Complete code and resource https://github.com/cheyiliu/joystick Core Ideology

[. Net] released a complete project and source code download for the game designer based on C # communication with Flash

. Running effect: : Full package version (including sourceProgramAnd the packaged installation package 2.8 m, for developer)Http://www.cg45.cn/code/CSharpFlash/CSharpFLash.zip Innosetup package and installation version (including design materials, suitable for installation of 1.2 m for user)Http://www.cg45.cn/code/CSharpFlash/CSharpFLash_bin.zip CompleteSource codePackage (only sourceCode, Excludin

Implement the game function Selection interface (with source code) in j2_m2)

After the welcome interface is displayed in the j2_player game, the function Selection interface of the game should be displayed. There are two ways to achieve this interface:1. Use the List in the advanced user interface for implementation2. Use the Canvas class to draw a function Selection interface.In order to achieve better game performance, the second method

C + + development of Chinese chess Game resources Download (video, courseware source code)

teachers rigorous study attitude of edification and infection. The difficulty in this video is artificial intelligence: In order to realize the human-computer battle function, we must realize the artificial intelligence of chess, each chess piece is given a certain weight, each step to calculate the score, choose the highest point, this is the basic idea of chess artificial intelligence. Here also recommend the source of resources to download: http

Lua2d game Script Engine (rendering OpenGL) (released by source code)

The engine is not complete yet. Especially in the animation area. You can ignore it. I am mainly writing it here.AlgorithmYes, because the compiler does not need to write any data. 1. Typical genie Engine. 2. the overall architecture of the game is MVC. 3. Use the chain management genie. 4. Use Lua as the engine script. You can control the engine logic on Lua. 5. The bottom layer is C. The surface layer is C ++. ... Your modifications will m

PHP web game learning-explanation of Xnova (ogame) source code (10) _ php instance

This article mainly introduces the construction overview of PHP web game Xnova (ogame) source code. For more information, see section 13 buildings. php) From this article, xnova's research focuses on the process, which is actually a large number of functions. As for the page structure, we will not explain it carefully. Buildings. the PHP file not only deals with

PHP web game learning-explanation of Xnova (ogame) source code (8)

This article mainly introduces the public functions of PHP web game Xnova (ogame) source code. if you need them, refer to section 11 and public functions (functions. php) I was planning to write the analysis of the building page, but there were a lot of things on the building page, which could not be completed in a day. In addition, we still have a lot of functi

PHP webpage game learning-explanation of Xnova (ogame) source code (8) _ php instance

This article mainly introduces the public functions of PHP web game Xnova (ogame) source code. if you need them, refer to section 11 and public functions (functions. php) I was planning to write the analysis of the building page, but there were a lot of things on the building page, which could not be completed in a day. In addition, we still have a lot of functi

[Unity3d] mobile 3D Game Development: simple source code for moving and scaling mouse gestures

Recommended for learning unity scripts: index on the unity3d Official Website We recommend that you use the fingergestures plug-in for mouse gestures :. You can also write scripts by yourself. The source code of a simple demo script is as follows: // Bind the reference object var target: transform; // The scaling factor var distance = 10.0; // The left and right sliding speed var xspeed = 250.0; var yspee

HTML5 Snake Game Implementation ideas and source code _ html5 tutorial skills-

The difficulty of the game is to simulate the movement of snakes. If it is just a square, it is obviously very simple. But how to control the length of a snake when it grows? The following describes how to implement it. If you are interested, refer to it and hope to help you. Game operation instructions The arrow keys are used to control the movement of the snake between the top, bottom, and left. After

Python font game font Based on pygame (with source code)

This article mainly introduces the font game font implemented by Python Based on pygame. It involves the skills related to Python responding to keyboard buttons and dynamically operating image elements, for more information about font game fonts implemented by Python Based on pygame, see the example below. We will share this with you for your reference. The details are as follows: In pygame

PHP Web Game Learning Xnova (ogame) Source code Interpretation (iv) _php instance

V. User Login (login.php) At the beginning, we said that the entrance of the game is index.php file, we have already installed, the nature turns to the login process, starts to look. As usual, we will not go into the details of the code we have introduced, but the language file used is login.mo and a login constant. As follows Define (' INSIDE ', true); Define (' INSTALL ', false); Define (' LOGIN

Source code for Android game joystick

During this time, I studied Android custom controls and remembered that the implementation of the joystick in the game was quite interesting. So I wrote a set of familiar ones myself. There are also many features on surfaceview, so I will not repeat them here, anyway, drawing is quite easy to use. I never say goodbye to the era of using Java GUI to manually implement double buffering ...... Android conten

HTML5+JS Example-handheld game racing-with source code

Game interface, did not do anything to beautify.Game rules: The game interface is divided into three columns, the black box is randomly set down, red squares can be moved freely in three columns (with the arrow keys, long press the direction key black box accelerated decline). The Red Square hits the black square to lose.Score: Every normal through a black square plus 12 points, accelerated by adding 30 poi

Total Pages: 15 1 .... 11 12 13 14 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.