- 6
How can I write a game code?
with detailed steps please
6 Respostas
+ 1
the know how to code step can be done through this app, or at least all the basics. Different games need different code. There's tonnes of different types of games, if you are a beginner, working on your own you'll need to keep it simple - Minecraft took years for an experienced game developer to make (and from part way through development he had staff working on it). Most AAA games are made by large companies with hundreds of people - people who specialise in things like graphics, music, sound effects, animation, designing the worlds. Just code alone won't let you do all that stuff, so either start with a text based game or look up Indy game development
+ 1
if you make text based games make sure to have battle methods or die methods, or else youll just be typing a story and nobody will be interested. And im not sure if you use java but if you do, try this persons channel:
Thechernoproject
He posts great tutorials on how to make games using Java Eclipse.
0
Depending on the type of game, games include many aspects.
You can start by planning Levels and stages, and characters and events (battle, final battle..etc.). You also have to decide on the graphics (2D, 3D), and game developers use engines (google game engines).
But programming the game itself is fun, for example you can write a loop (e.g. While "in stage x" make the player's health 75% or other stage-specific conditions).
I have never created games before but my cousin is developing a game with her husband for virtual reality consoles. And I have seen some python game coding on youtube.
- 1
first step is hard working
- 1
second step is know to code
- 3
how do I code??