Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Tilengine

2D retro grapics engine with true raster effects for creating 8/16 bit style games · By megamarc

Can you make a sonic game with this

A topic by HUNTERROTHMAN2 created Apr 09, 2018 Views: 654 Replies: 5
Viewing posts 1 to 2

i saw one of the pics.

Can you really make a sonic game?

Developer

Of course you can, there are some level examples, and gameplay mechanics implemented in sister projects SuperMarioClone (C#) and PythonPlatformer (Python)

sounds interesting, by any chance do you do tutorials?

I will watch them to figure out what i did wrong.

or do you not have sonic sprite packs in it?

Developer

I don't know what you did wrong without taking a peek at your project. However keep in mind that tilengine is a graphics engine to program video game graphics with it, it doesn't provide any ready-made assets collection, only the assets used by the examples themselves. There isn't any sonic sprite pack, you have to build your own.

can't i just download the sprite pack from pictures?

Developer

A sprite pack is usually comprised of two files: a single graphic file containing many related pictures together, and a text file describing where are located every picture. Just downloading a single large pack is not enough, rectangle coordinates for each sub-picture are required.