How to Make Crossy Road Game - Construct 3

8

Stats

2,804 visits, 3,928 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Hello All

In this example attached bellow you will learn how to make a crossy road game

All My Tutorials Here

construct.net/en/tutorials/construct-tutorials-2525

Download The File Here

dropbox.com/s/y0jj70fkrsuk2x2/CrossyRoad%20-%20ByRafaelTrigo.c3p

This Use advanced ways using Json files to create wich scene will be created , the FPS is very good because it creates and delete all scenes outside layout

Click on Purple box to change to Isometric or Normal View

Enjoy

Forum

construct.net/en/forum/construct-3/your-construct-creations-9/construct-creation-projects-154485

  • 7 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • This is awesome 💕

  • 🔥 Amazing, thanks for sharing.

  • uhm, something went wrong on my end, or it just not finished as i expected it? popup was blocked on preview of example, and the game was pretty heavy ... moving and i have plenty of resources... i think might need more optimization or a bit of different approach to loading the sprites... but other than that i love the json approach data you have there very nice.

    • Hi GeorgeZaharia , thanks for commenting , Yes this is not a complete game , but for me works fine so far , the images i used are a bit heavy , but you can replace then , I used magicavoxel to get this images ! The file has 23mb so its not too heavy , is it working on 60 fps for you ? fell free to give me more examples to optimization , we are here to learn from each other .Thanks

      • hah, wait, the game actually worked my bad... i was confused wasn't able to move at first... the game actually behaves pretty good and smooth 60fps nice... love the json did i said that? lol i keep crashing on trains muahaha

        i did find something strange hahaha... your cars... the sprites are at angle of 20 degrees but the images are facing perfect 0 degrees.. might be just construct is so weird hahaha.. maybe the visual editor is having some problems.

        • GeorgeZaharia haha , no problem , Yes you did thanks again , I think the good things about this project is the way we can create and delete the scenes and use the amazing json file , each scene can be fully controlled and appear totally random to the user , we can use this technique to make games with high complexity of randomization and variables.