Files
flame/doc/tutorials/tutorials.md
Munsterlander 6938c860a0 docs: Platform tutorial (#2105)
This adds a platformer tutorial called Ember Quest. I hope I have done a service, because I am tired, lol. I am sure there will be comments. I just want to say, I did my best. I approached this as someone new to Flame, just like I was about 10 months ago. Are there concepts that can be improved, sure. We can always optimize code, but I didn't want any concepts to be super abstract. I had never coded a game before when I began my journey with Flame this year, so things might be a bit simple for experienced game developers, but for myself, I had never even thought about a game loop or animations, etc.
2022-10-29 19:59:51 +01:00

655 B

Tutorials

This chapter contains only one tutorial for now, but we'll be adding more soon!

  • -- this tutorial focuses on setting up your environment for making a new Flame game. This "initial state" is assumed as a starting point for all other tutorials.

  • -- in this tutorial, we will build the Klondike solitaire card game.

  • -- in this tutorial, we will build Ember Quest, a simple side-scrolling platformer.

:hidden:

Bare Flame game   <bare_flame_game.md>
Klondike          <klondike/klondike.md>
Ember Quest       <platformer/platformer.md>