mirror of
https://github.com/codeninjasuk/showcase.git
synced 2024-11-28 18:35:44 -05:00
Added Krish's Game
This commit is contained in:
parent
d5ed09f8f2
commit
f4bdcf0c44
1 changed files with 48 additions and 0 deletions
48
_posts/games/2024-01-13-krish-p.md
Normal file
48
_posts/games/2024-01-13-krish-p.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Game | Rabbit Chase"
|
||||
categories: [ yellow-belt, "2024", game ]
|
||||
creator: "Krish P"
|
||||
gamelink: "https://arcade.makecode.com/01373-24127-05570-87365"
|
||||
image: "https://pxt.azureedge.net/api/01373-24127-05570-87365/thumb"
|
||||
|
||||
---
|
||||
_Game Created by {{page.creator}}_
|
||||
|
||||
## Code Ninjas - IMPACT
|
||||
IMPACT is the beating heart of the Dojo is the soul of Code Ninjas.
|
||||
It is our proprietary learning platform designed to give our Ninjas the best learning environment possible.
|
||||
It does so much more than just teach your child to code - it helps develop key skills such as problem-solving, critical thinking, and logical reasoning skills.
|
||||
|
||||
### Learning With Block-Based Code
|
||||
During White & Yellow belts, your child will learn coding concepts and begin developing projects through easy to use block based coding in Microsoft MakeCode!
|
||||
|
||||
|
||||
### Creator:
|
||||
{{page.creator}} created this game as on the journey through Yellow Belt!
|
||||
|
||||
### Instructions:
|
||||
It is a 2-D maze game where you have to escape Connor Mcgreggor and his blue traps and collect as many carrots and sprouts as you can before escaping through the bush. (project)
|
||||
|
||||
<div class="card">
|
||||
<img class="card-img-top makecode-preview" src= "{{page.image}}">
|
||||
<div class="card-img-overlay card-inverse text-center mx-auto" text-center>
|
||||
<h4 class="text-stroke text-white">
|
||||
{{page.creator}}'s Game
|
||||
</h4>
|
||||
<div class="card-body text-center mx-auto">
|
||||
<button onclick="window.open('{{page.gamelink}}')" class="makecode-btn">
|
||||
<i class="fa fa-play mr-2"></i>
|
||||
Play the Game
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
[Click Here if the above game link doesn't work]({{page.gamelink}})
|
||||
|
||||
### About
|
||||
During IMPACT, your child will learn a variety of coding concepts - and earn "Achievements" to show off their progress!
|
||||
Ninjas will earn hundreds of individual Achievements throughout their coding journey!
|
||||
|
||||
[Click here to learn more and book a free Taster!](https://www.codeninjas.co.uk/langley-brk-uk/)
|
Loading…
Reference in a new issue