Official Update Topic for my upcoming game: Kahoot!
Name of Project: Kahoot!
If you prefer look at an image than read a boring post, here i sent a fresh new screenshot i took of my draft
Roadmap
The first published version will be around oct 31th. You will not be able to play live, create, or view your kahoots. It will have one basic feature: play with bots. This is simply to make sure i enter this year’s halloween comp.
The second version will include an online version of this game. You will be able to speedrun Kahoots with other Hopscotchers, with the addition of a leaderboard using @Awesome_E’s global variable.
The third and final version will let you create, view, post and host your kahoots. An interactive section of the main page will show the newest kahoots done by hopscotchers like you!
Submit your Kahoot!
Got crazy ideas or simply wanna be famous with this game? Submit your Kahoot in the linked topic and I’ll add it to the game, credited to you! A link to a project of your choice will also be added :O
→ Imported three types of minimalists (backpack, iphone kahoot, ipad kahoot) that is used on top of a quiz card on the main page that doesn’t have an image
→ Before, scrolling left-right blocks scrolling up-down, and vice versa. Now, decision has been made and the code no longer blocks a direction of scrolling - a UI change, it feels a lot better
→ Scene 2 now knows which Kahoot to display
→ Fixed an issue where tapping the middle of a quiz card doesnt do anything
Since this is the first update, I will not tag anybody.
Yeah, if things are going to be automatically updated like in Connect 4, just make sure to contact leaders before you allow others to test it Looking forward to following the progress in general!
started working on the animation when a question appears, but quickly ran into an issue of unsync in the title (width and height orange vars have one frame delay)
guess i’ll have more time tomorrow to work on that
→ Added three texts displaying the question (it’s three just in case the question is long)
→ Added a timer (doesnt countdown yet)
→ Added 4 blocks of possible answers with no text yet (they are random depending on the variable “Time”, which is an interesting approach having random elements but synchronized between clones)