Platform Fighter Template
Ever wanted to make a game like Super Smash Bros, but didn't know how ?
Do you want to learn how to make a smart AI to play against ?
Then look no further !
Whether you want to build a game like Super Smash Bros, or you want to learn smart AI
This template is the best choice for you !
You can get it → edit the game (change the assets or add more stuff) → Publish, then sell the game ! $$$
What you will learn from this template:
• Special attacks (combo).
• Platform climb/jump.
• Team for each player.
• Smooth push system.
• Characters selection.
• Offline multiplayer.
• Camera mechanics.
• Fight mechanics.
• Ray cast usage.
• Very smart AI.
• AI difficulties.
• Game feel.
• And much more !
Engine
This template is built for the free and open-source game engine GDevelop 5
User-friendly
Every event in the template is commented in a way that even a beginner
will understand how things work in the game.
All events are grouped and organized in a super user-friendly way, so the user never get lost in the codes
of the template, and can easily find the code of any mechanic he is searching for.
Licenses:
You CAN sell the game as it is, BUT you must mention the game assets credits
(mentioned in the bottom of this page), only if you didn't change the game assets.
You CANT re-sell the template GDevelop project/codes.
You DON'T have to put my name or credit me in the game (Optional) you bought it, it's all yours !
Platforms
The template works for PC only, BUT, you can easily modify the template and make it work on mobile !
Get it now and make your Super Smash Bros game !
Credits:
Picking character music:
By ShwiggityShwag
https://opengameart.org/content/chiroptera
In game music:
By Marcelo Fernandez
http://www.marcelofernandezmusic.com
Updated | 10 days ago |
Status | Released |
Platforms | HTML5 |
Rating | Rated 4.0 out of 5 stars (2 total ratings) |
Author | VegeTato |
Genre | Fighting, Platformer |
Made with | GDevelop |
Tags | gdevelop, Project template |
Purchase
In order to download this Template you must purchase it at or above the minimum price of $4.99 USD. You will get access to the following files:
Comments
Log in with itch.io to leave a comment.
hello braddas, im a developer using your templates and was wondering if you could help me how to code a new character selection to be added to the game scene? i have it coded in the character select but it does not appear in the game scene, i think its do to with what character color is picked?
Hello :)
To make your new added character to spawn in the Game scene, you need to add it to the Spawning codes:
Open Game scene events → "Spawn players" group event → Here you need to add your new character events to every group (Player1 color/Player2 color/AI1 color/AI2 color/AI3color).
Here is a step by step on how to add a new character to the game:
1- Open "Select character" scene.
2- Add your character icon into the scene.
3- Add your new character icon to both group events (AllCharactersButtons | AllCharactersButtonsExceptRandom).
4- Double-click on your new character icon object.
5- Add the animation name (this animation name will be used to check what the player picked in the Game scene), for example, the other characters animation name are (Red/Blue). (Let's say you named yours Jax).
6- Open "Game" scene.
7- Add your character object to the objects list.
8- Add your character object to the required group objects.
9- Open "Game" scene events.
10- Go to "Spawn players"→ "Player1 color" group events.
11- You will find 2 events, each event is for a character (one is Blue one is Red), Copy and paste this event (now you have 3 events).
12- In the new event you pasted change the variable "CharactersInfo.Player1CharacterColor" to = Jax
(Jax is your character name picked from the "Select character" Scene), and the action is to create your character Jax object.
13- Repeat the 12 step again but for the group events (Player2 color/AI1 color/AI2 color/AI3 color).
Note: I named my characters (Blue/Red/Yellow...etc) but that's just a name, you can name your character to anything you want.
Note2: Soon I will make a step-by-step tutorial video on my YouTube channel, on how to add more characters to the template.
thank you sensei! it worked i was able to add my character following this guide perfectly. please show tutorials on these kinds of implemnetations on your other templates as well! would help greatly for everyone. i will be crediting your account from my published games on my website here @ jmystiganstudios.com . thanks so much for your talent, your a true born artist! never give up.
Thank you so much for your kind words <3
Glad it's working for you !
Currently, I have plans for 2 tutorial videos to add more characters to both, Fighting template and Platform Fighter template !
And the other templates in the future as well :3
Good luck in your game dev :D
And thank you for crediting my itch account, helps a lot <3
Super boulot, bravo !!
Thank you 😊