Difference between revisions of "Tutorial - tiny-ecs beatemup"

From GiderosMobile
Line 19: Line 19:
 
Let's do it! '''WIP'''
 
Let's do it! '''WIP'''
  
* '''[[Tuto Beat Them Up Part 1 Project Setup]]'''
+
* '''[[Tuto Beat Them Up Part 1 Setup]]'''
 
<!--
 
<!--
 
* [[Tuto Gideros Game Template1 Part 1 Project Setup]]
 
* [[Tuto Gideros Game Template1 Part 1 Project Setup]]

Revision as of 13:05, 12 November 2024

Hello developer!

In this tutorial, we will code a beat'em up:

Beu 01.png

Beu 03.png

PS: all assets are cc0 so I can share them with you!


To get us up to speed and code the main mechanics of the game, we will make use of the Gideros Game Template1.

There will be three levels and you can decide to play in easy, normal or hard mode. There is no real story for the game so you can make your own.

You will control the player with the keyboard (key remapping included) and the enemies will have basic AI.


Let's do it! WIP

Written Tutorials