Skip to content

ayersdecker/FlappyTiger-Embed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlappyTiger

Link to Embeded Player 🎮

gameplay

Gameplay at Normal Speed


What is this❔

I started to learn Unity this summer about a week ago. This is a result of my learning. It is a Flappy Bird clone with RITchie the RIT Tiger. I don't plan on continuing work on this project, so feel free to use the embed-game I have made! You will need to host all files on a Web-Based Server if you want to use it for your own site without the embed link below. Will not run locally without one.

⚠️ I am aware of a bug with Unity Embed causing RITchie (Tiger) to not load on startup. Playing a round will cause his sprite to load ⚠️


How to Embed this into HTML 💻

Simply paste the code below into your site!

<iframe src="https://ayersdecker.github.io/FlappyTiger-Embed"
    width="960"
    height="600"
    frameborder="0"
    style="position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: none;">

~ You can also add a class or id to style or match the frame to your site ~