Demo download
Program Framework download
Game Code download
Introduction:This project provides a framework for creating a blackjack game. I don't know if it is useful to some people? Well, we can provide testing opportunities for people who love to play this game. First of all, you must briefly introduce some of them.
, according to the characteristics of the game program, we should choose a high efficiency, the development of high efficiency of the language. C + + should be the first, in conjunction with the previous low-level assembly instruction library should be able to achieve the highest operational efficiency. But considering the convenience of development and the convenience of example code explanation, I chose Java
PortalCocoseditor Official website: http://cocoseditor.com/Engine Tools Download and configuration: Installation configuration for the Cocos2d-java game engine and related development toolsObjectiveThe cross-platform Cocos2d-java game engine and the matching CocosEditor2.0 game
"Peng" last book said, the Java game map construction is an extremely simple thing, this book to connect the previous article, explore the role of the game in the mobile problem.
As we all know, [role] is the soul of a game, there is no role in the game, is no soul of the
Transferred from: http://bbs.gameres.com/forum.php?mod=viewthreadtid=180732JME (Java Monkey engine), a great Java 3D game engineJava is not a mainstream platform for 3D graphics applications for performance reasons, but this has changed greatly with the advent of new technologies. From the beginning of the JIT, Static compilers, to the modern hotspot technology,
The Java Café has been open for quite some time, and if you already like the taste of Java coffee, remember to come here often. This time, we have a big cup of coffee for everyone--it will be based on the development of a "watch" game, and you learn the use of swing in Java, when you carefully taste this cup of coffee,
int lives = 9;
Boolean islive = true;
public Bomb (int x, int y) {this.x = x;
This.y = y;
}//Reduce the life value public void Lifedown () {if (> 0) {life--;
} else{this.islive = false;
}} class Shot implements Runnable {int x;
int y;
int direct;
int speed = 1;
Boolean islive = true;
public Shot (int x, int y, int direct) {this.x = x;
This.y = y;
This.direct = direct;
public void Run () {while (true) {try{thread.sleep (50);
}catch (Exception e) {e
This example describes the Java Pinball game code based on swing implementation. Share to everyone for your reference.
The main functional code is as follows:
Copy Code code as follows:
Package Game;
Import Java.awt.Graphics;Import Java.awt.Insets;Import java.awt.event.ActionEvent;Import Java.awt.event.ActionListener;Import java.util.ArrayList;I
Java completes simple guess number game v2.0 and java guess number v2.0
Game v2.0 optimizes the code for obtaining random numbers and inputting data beyond the boundary value, and adds exception handling to provide reliable guidance when gamers enter incorrect data errors, hope to help new people like me,
Finally, I ho
2016 Netty/mina/java nio video tutorial Java game Server Design TutorialRequired add qq:1225462853, note: Programmer learning VideoOther videos can be requested (Netty NET C + +, etc.)Internet Architect Tutorial: http://blog.csdn.net/pplcheer/article/details/71887910Netty recording time is 2015.11-2016.2 months Netty tutorial for encrypted video!NETTY12 all the c
Hongye Qingcheng one-click webpage game server + client (no need to install Java) source code, no need to install java
Qingcheng's one-click installation version server (including the client), without the need to install Java, you can directly start the server to enter the game
: Network Disk DownloadThis book takes the game development case as the main content, the book involves the game all is everybody familiar, lets the reader to the dull language study to be full of fun, is very good reference for the middle-level Java learner. This book not only lists the complete game code, but also th
relieve stress and relax your emotions. So the game is very good to meet the demand, "stick hit pig" simple operation. The picture is beautiful. Let play, after playing can get great satisfaction and relaxation.Stick hit Pig is a simple single-machine mini-game. After-school entertainment for young students. When this game is executed, the nine dark lattice in t
About the two fictional concepts involved in the article:
First, the plotter: as we all know, the Java GUI is drawing with paint to repaint for image refresh, and the drawing components used in the continuous process of repaint and paint, which I call the plotter. In my personal experience, the timing of the drawing should always be in the repaint after the paint, that is, through the repaint trigger refresh after the implementation, when the specifi
The one-click installation version of the service side (including the client), no need to install Java, directly start the server to enter the game!!!New open to add the first GM method:Register your account and log into the game after creating a role name, enter the Gmgrade player role name in the server console 255That is, the role is successfully upgraded to G
The one-click installation version of the service side (including the client), no need to install Java, directly start the server to enter the game!!!New open to add the first GM method:Register your account and log into the game after creating a role name, enter the Gmgrade player role name in the server console 255That is, the role is successfully upgraded to G
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.