Genius Game Planning
Chapter 9
Chapter 9
When Liu Neng went back, he almost didn't hesitate to take the free learning opportunity he was given once to learn the basics of programming in the system. "Don't Step on White Blocks" is actually a relatively simple game, but it doesn't mean that simple games are not fun.
There was just one thing, this game was almost the one he could think of that could be completed within a week, with a high degree of completion and good playability.Thanks to the extremely rudimentary development of games in this world, Liu Neng's pixel-level reproduction of "Don't Tread on the White Block" should be able to create a wave of evil in the game market.
Even for a novice programmer, the code complexity of this game is not too exaggerated.After exchanging the ability of "programming basics", he saw a slight change in his system interface: a new level interface was added to the system, and the level is directly linked to the "joy value". grade.
But how to obtain the joy value, he is not very clear, the system still did not tell him the way to obtain the joy value.
Another change that can be seen is that after learning the basics of programming, there have been more ability exchanges, including advanced front-end and advanced back-end.If the guess is correct, more abilities will be exchanged later, which will also correspond to the exchange of unlocking more advanced abilities.
It's just that the exchange limit for these two new abilities "advanced front-end" and "advanced back-end" is that Liu Neng's level needs to reach level 2.
It's very simple and clear, I just don't know how to get this "happiness value" and how to improve the level.
Putting these aside, Liu Neng found that he really knew some basics. Although he may not understand more advanced things, he can still do a simple game like "Don't Step on White Blocks" .
Since it is just a small game, it does not involve too much server-side calculation.After thinking about it carefully, Liu Neng still decided to add a global leaderboard, which requires access to the Internet permission, so that this small game can be a little more competitive.
"Don't Step on the White Blocks" itself is a music mobile game, but it can only be played on mobile devices now, so of course it can't be made on the mobile side.But even on a computer, this game can fully play its value.
It took him half an hour to write the basic plan, and then he found [-] pieces of public music from the Internet as the internal music, using these [-] piano pieces as a template, and using the four palaces to decide The pitch of the voice.They correspond to ↑←↓→ on the computer keyboard, so that players can press the note keys by controlling the keyboard.
Of course, players can also set their own shortcut keys.In addition, he also divided eight background templates locally, giving people a refreshing feeling, not just black and white blocks.
However, when it comes to development, there are still some difficulties. For example, there is no ready-made game engine in this world, so many things need to be written by Liu Neng from scratch.
In the previous life, with a game engine, some preset things could be called directly, which would reduce his development work a lot.
When he was just about to start typing the code, Peng Shuang and two people arrived, yelling at him to look good.But when I entered his room and saw him tapping away at the editor, I felt a little confused.Zhang Jie looked at it for a while and said, "Okay, Liu Neng, when did you learn to program?"
Liu Neng sighed. He thought it would be easy to do, but after he tried it, he found that it was not that simple, at least not in a day or two.
Simply rest today.
He opened the planning case, "I just wrote a small game case, the two of you have a look?"
Peng Shuang and Zhang Jie moved a stool and sat in front of the computer, looked at it for a while, and asked, "This is... a strange game, haven't you seen this type of game before?"
"I call this type of game a light game or a casual game, which is to be considerate of super small games. In fact, it cannot be said that it has not existed before. Tetris and Snake are similar in size." Liu Neng explained, " This kind of game is easy to develop, and strictly speaking, it can be developed within a week.”
"You don't really want to sign up for Feiliu's game creativity competition, do you? Use this game?" Peng Shuang thought he was just joking.
Liu Neng nodded seriously, "People still have to be a little ideal..." He turned to Zhang Jie, "I have a little question for you, about the world rankings, I want to make a similar function to upload the player's data to the server , it's just... I don't have my own server now, and... why don't you help me write this piece of code?"
"Please tell me first, when did you learn programming? I don't know at all...it makes me feel very dangerous!" Zhang Jie said with a smile.
"Looking at your writing, I learned a little bit, it's not too difficult..." Liu Neng was sure that there was a "system" for him to learn these abilities, so he had to fool around.
"Okay." Zhang Jie was noncommittal to his answer, but still looked at his case seriously, "About the leaderboard, it's a bit painful. If you want to upload your score, how can you ensure that it's not cheating? ? If it’s a cheating result, wouldn’t it be meaningless to upload it? There are also some scripted achievements…”
"So... it is best to have two modes, one is the stand-alone mode, which will not upload the results, but the results can only be kept locally; the other is the online mode, the network module will be called in the online mode, and real-time monitoring is used to cheat. Although it is a bit painful, it will cause the game to freeze. Let me take a look and try to solve the problem of freezing..." Zhang Jie is thinking about this problem seriously.Although Zhang Jie is also a newcomer, but to be reasonable, no one who learns programming thinks that his coding level is better than others. When encountering problems, he will always find a way to solve them as soon as possible.
It's not very comfortable to use a computer at home, so a few people simply ran to the company and used the company's computer to process the game.Liu Neng mainly dealt with the rules of the game body, while Zhang Jie was doing the world rankings, and Peng Shuang was not idle, looking for some suitable piano music, and then filling in the music scores according to the form Liu Neng made, which completely became an executive. plan.
The three of them worked on it until seven o'clock in the evening. It was a simple dome with only one track built in, and the other tracks were not yet ready.However, a few people have started to play it. The rhythm still needs to be optimized, but it is already playable.
"It's a bit interesting!" Peng Shuang played four or five games and was still a little unfinished. Although it was just a black and white block, it was surprisingly addictive. He always wanted to keep clicking to the beat and follow the "Perfect" and "Excellent" The five levels of "VeryGood", "Good" and "Bed" determine whether the node is on the node, and then score according to the number of connected P, etc., and rank according to the score.
Especially when there are hundreds of consecutive Ps, the feeling of being nervous and not stepping on the beat next time really makes people feel tense physically and mentally.At the end of the song, my palms were sweaty.
Today's Chapter 2, I hope you like it, vote for collection.
(End of this chapter)
When Liu Neng went back, he almost didn't hesitate to take the free learning opportunity he was given once to learn the basics of programming in the system. "Don't Step on White Blocks" is actually a relatively simple game, but it doesn't mean that simple games are not fun.
There was just one thing, this game was almost the one he could think of that could be completed within a week, with a high degree of completion and good playability.Thanks to the extremely rudimentary development of games in this world, Liu Neng's pixel-level reproduction of "Don't Tread on the White Block" should be able to create a wave of evil in the game market.
Even for a novice programmer, the code complexity of this game is not too exaggerated.After exchanging the ability of "programming basics", he saw a slight change in his system interface: a new level interface was added to the system, and the level is directly linked to the "joy value". grade.
But how to obtain the joy value, he is not very clear, the system still did not tell him the way to obtain the joy value.
Another change that can be seen is that after learning the basics of programming, there have been more ability exchanges, including advanced front-end and advanced back-end.If the guess is correct, more abilities will be exchanged later, which will also correspond to the exchange of unlocking more advanced abilities.
It's just that the exchange limit for these two new abilities "advanced front-end" and "advanced back-end" is that Liu Neng's level needs to reach level 2.
It's very simple and clear, I just don't know how to get this "happiness value" and how to improve the level.
Putting these aside, Liu Neng found that he really knew some basics. Although he may not understand more advanced things, he can still do a simple game like "Don't Step on White Blocks" .
Since it is just a small game, it does not involve too much server-side calculation.After thinking about it carefully, Liu Neng still decided to add a global leaderboard, which requires access to the Internet permission, so that this small game can be a little more competitive.
"Don't Step on the White Blocks" itself is a music mobile game, but it can only be played on mobile devices now, so of course it can't be made on the mobile side.But even on a computer, this game can fully play its value.
It took him half an hour to write the basic plan, and then he found [-] pieces of public music from the Internet as the internal music, using these [-] piano pieces as a template, and using the four palaces to decide The pitch of the voice.They correspond to ↑←↓→ on the computer keyboard, so that players can press the note keys by controlling the keyboard.
Of course, players can also set their own shortcut keys.In addition, he also divided eight background templates locally, giving people a refreshing feeling, not just black and white blocks.
However, when it comes to development, there are still some difficulties. For example, there is no ready-made game engine in this world, so many things need to be written by Liu Neng from scratch.
In the previous life, with a game engine, some preset things could be called directly, which would reduce his development work a lot.
When he was just about to start typing the code, Peng Shuang and two people arrived, yelling at him to look good.But when I entered his room and saw him tapping away at the editor, I felt a little confused.Zhang Jie looked at it for a while and said, "Okay, Liu Neng, when did you learn to program?"
Liu Neng sighed. He thought it would be easy to do, but after he tried it, he found that it was not that simple, at least not in a day or two.
Simply rest today.
He opened the planning case, "I just wrote a small game case, the two of you have a look?"
Peng Shuang and Zhang Jie moved a stool and sat in front of the computer, looked at it for a while, and asked, "This is... a strange game, haven't you seen this type of game before?"
"I call this type of game a light game or a casual game, which is to be considerate of super small games. In fact, it cannot be said that it has not existed before. Tetris and Snake are similar in size." Liu Neng explained, " This kind of game is easy to develop, and strictly speaking, it can be developed within a week.”
"You don't really want to sign up for Feiliu's game creativity competition, do you? Use this game?" Peng Shuang thought he was just joking.
Liu Neng nodded seriously, "People still have to be a little ideal..." He turned to Zhang Jie, "I have a little question for you, about the world rankings, I want to make a similar function to upload the player's data to the server , it's just... I don't have my own server now, and... why don't you help me write this piece of code?"
"Please tell me first, when did you learn programming? I don't know at all...it makes me feel very dangerous!" Zhang Jie said with a smile.
"Looking at your writing, I learned a little bit, it's not too difficult..." Liu Neng was sure that there was a "system" for him to learn these abilities, so he had to fool around.
"Okay." Zhang Jie was noncommittal to his answer, but still looked at his case seriously, "About the leaderboard, it's a bit painful. If you want to upload your score, how can you ensure that it's not cheating? ? If it’s a cheating result, wouldn’t it be meaningless to upload it? There are also some scripted achievements…”
"So... it is best to have two modes, one is the stand-alone mode, which will not upload the results, but the results can only be kept locally; the other is the online mode, the network module will be called in the online mode, and real-time monitoring is used to cheat. Although it is a bit painful, it will cause the game to freeze. Let me take a look and try to solve the problem of freezing..." Zhang Jie is thinking about this problem seriously.Although Zhang Jie is also a newcomer, but to be reasonable, no one who learns programming thinks that his coding level is better than others. When encountering problems, he will always find a way to solve them as soon as possible.
It's not very comfortable to use a computer at home, so a few people simply ran to the company and used the company's computer to process the game.Liu Neng mainly dealt with the rules of the game body, while Zhang Jie was doing the world rankings, and Peng Shuang was not idle, looking for some suitable piano music, and then filling in the music scores according to the form Liu Neng made, which completely became an executive. plan.
The three of them worked on it until seven o'clock in the evening. It was a simple dome with only one track built in, and the other tracks were not yet ready.However, a few people have started to play it. The rhythm still needs to be optimized, but it is already playable.
"It's a bit interesting!" Peng Shuang played four or five games and was still a little unfinished. Although it was just a black and white block, it was surprisingly addictive. He always wanted to keep clicking to the beat and follow the "Perfect" and "Excellent" The five levels of "VeryGood", "Good" and "Bed" determine whether the node is on the node, and then score according to the number of connected P, etc., and rank according to the score.
Especially when there are hundreds of consecutive Ps, the feeling of being nervous and not stepping on the beat next time really makes people feel tense physically and mentally.At the end of the song, my palms were sweaty.
Today's Chapter 2, I hope you like it, vote for collection.
(End of this chapter)
You'll Also Like
-
Villain: I Slapped The God Of War In The Face At The Beginning, And The Female President Helped Me V
Chapter 828 3 minute ago -
You Became A Killing God At The Beginning, Why Did Your Majesty Rebel?
Chapter 4 minute ago -
NBA: This Center Is So Stable
Chapter 336 15 minute ago -
King’s Game: Black Bible
Chapter 305 18 minute ago -
Comprehensive comic group chat: Yukino called the police on my father!
Chapter 664 22 minute ago -
My Songwriting Was Rejected, But I Became A Superstar
Chapter 316 23 minute ago -
Comprehensive comic group chat, why did you let me come after the world was destroyed?
Chapter 1007 46 minute ago -
Comprehensive comic Kanji: Build a dimensional empire from scratch
Chapter 612 47 minute ago -
Great Voyage: Scientists On The Straw Hat Ship
Chapter 488 53 minute ago -
Time And Space Tournament, Goku Vs. Saitama
Chapter 205 53 minute ago