Hey everyone, this guide is mostly for me so i dont forget this stuff but you can look at it, you might learn something XD
___________________________________________________________________________________
It depends what game you wanna make first
-2D
-RPG Style
RPG style games are a ton simpler
There are 2 ways to.build a game... you could code everything yourself (wich takes forever) or you can use a game engine
When you turn on a game you might see Unity or something... that is the game engine it runs on
You can use different game engines to build your game
You can make sprites to make you characters or use the engine resource...
Once you have the engine it is a matter of importing resources and scripts
For the game im helping to make, my sprite needs to be the dimensions as anouther one, 96x128k
I can copy an image and work with that template the space imbetween almost matters
Import it, define the areas of animationnand poof! There is a character
To make a sprite, dont use a website, use Acesprite or Gimp, but Paint works too!

YOU ARE READING
Gaming notes
SaggisticaThis is basically some notes that i took that are ment for me but you can all look at them and probably learn how to make a game :)