current location: Home > Download > Learning resources > Web page production > "Webgame web game development and design concise tutorial"
"Webgame web game development and design concise tutorial"
Classify: Learning materials / Web page production | Release time: 2017-12-21 | visits: 3065925 |
Download: 263 |
Latest Downloads
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
24 HoursReading Leaderboard
- 1 How Can I Implement Time-Bound Database Connectivity Checks in Java?
- 2 How to Create an Empty Indented Block in Python?
- 3 How Can I Import Specific Package Versions in Go?
- 4 How Can I Convert a Go Array to a Slice?
- 5 Why Isn't My CSS Grid Layout Working in IE11, and How Can I Fix It?
- 6 When Are CDATA Sections Essential in Script Tags?
- 7 How Can I Customize the Data Returned from a jQuery AJAX Request?
- 8 How Can I Determine Which CSS Rules Affect a Specific Element Using Only JavaScript?
- 9 How Do I Expand the Tilde (~) Character to the Home Directory in Go?
- 10 How Does Python String Interning Work, and What Are Its Limitations?
- 11 Fields Of Mistria: Where To Find The Weathervane
- 12 Node.js for Beginners: A Simple Guide to Kickstart Your Development Journey
- 13 How Can I Modify Custom Annotation Values at Runtime in Java?
- 14 How Can I Create Overlapping Images in HTML?
- 15 How Can I Center a Button Horizontally and Vertically within a Div Using CSS?
Latest Tutorials
-
- Go language practical GraphQL
- 2292 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3720 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 1975 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2762 2024-03-29
This book is a tutorial on web game development
We know that simply discussing data processes is painful.
It is also more painful to discuss the program without giving the code.
The one used here is php mysql.
Then let’s discuss it in a super simple webgame way. Paired with appropriate code. Should help. Please point out any shortcomings, it will be helpful to me personally.
We do not consider the playability of the game, numerical balance and other issues. Let us first consider only the implementation of a simple example.
So what is the basic content of a webgame?
Database: Player, map, city, building, weapon, soldier.
Functions: Login, upgrade, personal battles, battles between soldiers, battles with cities, building buildings, crafting weapons, buying and selling props.
(Note: Each function must correspond to 1 or more data tables. What is listed in the database above is only the basis of the foundation.)