-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Dear developer, welcome to the wiki of NanoStation. There are several preconsiderations I need to mention. If you're planning to create a game, you should consider that:
- you're somehow experienced in developing games in general
- you know how computer graphics work
- you should pay attention to performance and saving memory space
- you're not aiming for too high goals
Especially jump'n'run games are pretty hard to do since you'll need to store many sprites for characters or enemies or NPC's. Also refreshing the screen could cause major screen flicker which kills the fun of playing the game. Furthermore don't aim for high refresh rates like 60 frames per seconds. I've personally chose 30 FPS as the maximum (the game gets faster the longer you are in order to increase the difficulty) and it's totally fine 👌.
If you're wondering about special topics like "Font" or "Displaying text" you can take a look at those in the wiki otherwise I recommend advanced coders to look into my source code (it's just one file) otherwise don't hesitate contacting me ❤️ 👍