mirror of
https://github.com/codeninjasuk/showcase.git
synced 2024-11-28 18:35:44 -05:00
Added 2 Games to Showcase
This commit is contained in:
parent
f4bdcf0c44
commit
d6259ce35e
2 changed files with 96 additions and 0 deletions
48
_posts/games/2024-02-16-krish-p.md
Normal file
48
_posts/games/2024-02-16-krish-p.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Game | Ghost Busted!"
|
||||
categories: [ yellow-belt, "2024", game ]
|
||||
creator: "Krish P"
|
||||
gamelink: "https://arcade.makecode.com/S26438-32471-09684-89426"
|
||||
image: "https://pxt.azureedge.net/api/S26438-32471-09684-89426/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:
|
||||
Don't let the Ghost touch you and eat the Pizza and finish the maze. Good Luck!
|
||||
|
||||
<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/)
|
48
_posts/games/2024-02-17-krish-p.md
Normal file
48
_posts/games/2024-02-17-krish-p.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Game | Maze Runner 3D"
|
||||
categories: [ yellow-belt, "2024", game ]
|
||||
creator: "Krish P"
|
||||
gamelink: "(https://arcade.makecode.com/S03151-84618-42592-90131"
|
||||
image: "https://pxt.azureedge.net/api/S03151-84618-42592-90131/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:
|
||||
Maze Runner 3D, you know the drill!
|
||||
|
||||
<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