Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Can you make tutorial videos on youtube ? Of course i dont mean tutorial about how to play , about how to make a game like this :)) Which game engine or frameworks you used, how you made the assets or did you buy them . Thank you :)

Well, I don’t have time to make YouTube videos right now. However there already are a lot of good tutorials out there.

First of all – all the tools and assets used to create this game are completely free.

For the graphics I used KolourPaint, which is a bit like the old msPaint from Windows XP (but for Linux and with support for alpha channels). But I would not recommend this tool anymore since in newer versions there are a lot of bugs – so I switched over to Aseprite (which is awesome).

https://www.aseprite.org/

Aseprite costs 15$ but you can also download it from GitHub for free and built it from source (not sure if you can use it for commercial projects that way).

https://github.com/aseprite/aseprite

If you need good tutorials on Aseprite or pixel art in general, this guy has a lot of useful videos:

https://www.youtube.com/user/atMNRArt

There are countless tutorials on the web.

Retro style sounds effects can easily be made using something like sfxr (I think I used bfxr for this game which is essentially the same).

https://stammel.net/projekte/sfxr/

Music is always my biggest problem. But there are a lot of free assets online that can even be used commercially (when using free assets you should always be very careful about the license). One of the best places to find free game assets (not only music) is opengameart.org.

https://opengameart.org/

Programming was done in a language called MonkeyX2. But I also code a lot in CerberusX (which is a fork of the predecessor if Monkey2). Both are completely free* and can be used for commercial games. The communities are very small for both of them but the people there are extremely friendly and will help you if you run into any problems.

https://www.cerberus-x.com/

http://monkeycoder.co.nz/

I hope that helps at least a little bit.


* please support the developers if you like these tools.

Thank you. I have aesprite full version eventhough i am total noob in game development. (I guess i had bought it in steam for 2-3 usd,in my country i have to pay like 0.5$ per $ in steam since our economy is so bad plus it had some discount at the time i was considering. I though you were using Unity for some reason i dont know. I will check Monkey 2 and Cerberus X  since i have never heard about them before. Only used some UE4 and Unity and SFML before.