Added Game Submissions Hack-o-lantern (a few of em)

This commit is contained in:
elvistony 2023-10-28 18:54:18 +01:00
parent ac1b70f3f0
commit e1340b4266
17 changed files with 392 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{% assign author = site.authors[post.author] %}
<div class="card">
<a href="{{ post.url | absolute_url }}">
{% if post.image %} <img class="rounded mb-4" src="{{ site.baseurl }}/{{ post.image }}" alt="{{ post.title }}"> {% endif %}
{% if post.image %} <img class="rounded mb-4" src="{{ post.image }}" alt="{{ post.title }}"> {% endif %}
</a>
<div class="card-block">
<h2 class="card-title h4 serif-font"><a href="{{ post.url | absolute_url }}">{{ post.title }}</a></h2>

View file

@ -4,4 +4,5 @@
<a class="btn mt-2 text-white" style="background: rgb(0, 72, 173);font-weight:600" href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook"> <i class="fab fa-facebook"></i> Facebook</a>
<a class="btn mt-2 text-white" style="background: rgb(0, 194, 58);font-weight:600" href="whatsapp://send?text={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Whatsapp"><i class="fab fa-whatsapp"></i> WhatsApp</a>
<a class="btn mt-2 text-white" style="background: rgb(234, 0, 109);font-weight:600" href="https://www.instagram.com/?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Instagram"><i class="fab fa-instagram"></i> Instagram</a>
<button class="btn mt-2 text-white" style="background: #028b9b;font-weight:600" href="#" onclick="navigator.clipboard.writeText('{{ site.url }}{{ page.url }}');this.innerText='Copied!';"><i class="fa fa-link"></i> Copy Text</button>
</div>

View file

@ -16,7 +16,7 @@ post_class: post-template
<div class="col-sm-8">
<!-- Post Featured Image -->
{% if page.image %}<img class="featured-image img-fluid rounded" src="{{ site.baseurl }}/{{ page.image }}" alt="{{ page.title }}">{% endif %}
{% if page.image %}<img class="featured-image img-fluid rounded" src="{{ page.image }}" alt="{{ page.title }}">{% endif %}
<!-- End Featured Image -->
<div class="mainheading">

View file

@ -0,0 +1,45 @@
---
layout: post
title: "Hack-o-Lantern - 2nd Place"
categories: [ hackolantern, "2023" ]
creator: "Arbaaz M"
gamelink: "https://arcade.makecode.com/37839-27445-31815-39338"
image: "/assets/images/hack/2023/arbaaz-m.png"
# permalink: "/hackolantern/2023/arbaaz-m"
---
_Game Submission by {{page.creator}} (2nd Place)_
## Hack-a-thon: Coding for a Great Cause
In a thrilling coding adventure, young tech enthusiasts recently gathered at the "Hack-o-lantern Hack-a-thon" organized by Code Ninjas. The event, which had a noble cause at its heart, not only witnessed remarkable coding skills but also demonstrated how creativity and innovation can be harnessed for the betterment of society.
### Coding for a Cause:
This year's Hack-a-thon wasn't just about coding for fun; it was coding for a great cause. Code Ninjas partnered with the Great Ormond Street Hospital Childrens Charity to support critical healthcare services for children. The event aimed to create a positive impact on the lives of young children in need.
### Event Highlights:
The Hack-a-thon took place on October 28th and saw young participants engaged in coding projects using different platforms. CREATE kids used MakeCode, and Junior kids utilized Scratch to bring their ideas to life.
### Creator:
{{page.creator}}
<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 pt-5">
{{page.creator}}'s Game
</h4>
<div class="card-body text-center mx-auto pt-5">
<button onclick="window.open('{{page.gamelink}}')" class="makecode-btn">
<i class="fa fa-play mr-2 text-large"></i>
Play the Game
</button>
</div>
</div>
</div>
[Click Here if the above game link doesn't work]({{page.gamelink}})
By participating in the "Hack-o-lantern Hack-a-thon," you're not only nurturing your coding skills but also making a significant contribution to children's healthcare. Great Ormond Street Hospital Children's Charity is known for its outstanding work in providing critical research, treatments, and healthcare services to children. By supporting this cause, we aim to create a positive impact on the lives of young children who need our help the most.
[Click here to Donate to GOSH](https://tiltify.com/+code-ninjas-langley/code-ninjas-langley-hackathon-game-jam)

View file

@ -0,0 +1,45 @@
---
layout: post
title: "Hack-o-Lantern Game Submission"
categories: [ hackolantern, "2023" ]
creator: "Ayaan K"
gamelink: "https://arcade.makecode.com/68133-16853-54617-40175"
image: "/assets/images/hack/2023/ayaan-k.png"
# permalink: "/hackolantern/2023/ayaan-k"
---
_Game Submission by {{page.creator}}_
## Hack-a-thon: Coding for a Great Cause
In a thrilling coding adventure, young tech enthusiasts recently gathered at the "Hack-o-lantern Hack-a-thon" organized by Code Ninjas. The event, which had a noble cause at its heart, not only witnessed remarkable coding skills but also demonstrated how creativity and innovation can be harnessed for the betterment of society.
### Coding for a Cause:
This year's Hack-a-thon wasn't just about coding for fun; it was coding for a great cause. Code Ninjas partnered with the Great Ormond Street Hospital Childrens Charity to support critical healthcare services for children. The event aimed to create a positive impact on the lives of young children in need.
### Event Highlights:
The Hack-a-thon took place on October 28th and saw young participants engaged in coding projects using different platforms. CREATE kids used MakeCode, and Junior kids utilized Scratch to bring their ideas to life.
### Creator:
{{page.creator}}
<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 pt-5">
{{page.creator}}'s Game
</h4>
<div class="card-body text-center mx-auto pt-5">
<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}})
By participating in the "Hack-o-lantern Hack-a-thon," you're not only nurturing your coding skills but also making a significant contribution to children's healthcare. Great Ormond Street Hospital Children's Charity is known for its outstanding work in providing critical research, treatments, and healthcare services to children. By supporting this cause, we aim to create a positive impact on the lives of young children who need our help the most.
[Click here to Donate to GOSH](https://tiltify.com/+code-ninjas-langley/code-ninjas-langley-hackathon-game-jam)

View file

@ -0,0 +1,45 @@
---
layout: post
title: "Hack-o-Lantern Game Submission"
categories: [ hackolantern, "2023" ]
creator: "Joshan T"
gamelink: "https://arcade.makecode.com/42280-51475-72541-85628"
image: "https://pxt.azureedge.net/api/42280-51475-72541-85628/thumb"
# permalink: "/hackolantern/2023/prakriti-d"
---
_Game Submission by {{page.creator}}_
## Hack-a-thon: Coding for a Great Cause
In a thrilling coding adventure, young tech enthusiasts recently gathered at the "Hack-o-lantern Hack-a-thon" organized by Code Ninjas. The event, which had a noble cause at its heart, not only witnessed remarkable coding skills but also demonstrated how creativity and innovation can be harnessed for the betterment of society.
### Coding for a Cause:
This year's Hack-a-thon wasn't just about coding for fun; it was coding for a great cause. Code Ninjas partnered with the Great Ormond Street Hospital Childrens Charity to support critical healthcare services for children. The event aimed to create a positive impact on the lives of young children in need.
### Event Highlights:
The Hack-a-thon took place on October 28th and saw young participants engaged in coding projects using different platforms. CREATE kids used MakeCode, and Junior kids utilized Scratch to bring their ideas to life.
### Creator:
{{page.creator}}
<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 pt-5">
{{page.creator}}'s Game
</h4>
<div class="card-body text-center mx-auto pt-5">
<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}})
By participating in the "Hack-o-lantern Hack-a-thon," you're not only nurturing your coding skills but also making a significant contribution to children's healthcare. Great Ormond Street Hospital Children's Charity is known for its outstanding work in providing critical research, treatments, and healthcare services to children. By supporting this cause, we aim to create a positive impact on the lives of young children who need our help the most.
[Click here to Donate to GOSH](https://tiltify.com/+code-ninjas-langley/code-ninjas-langley-hackathon-game-jam)

View file

@ -0,0 +1,45 @@
---
layout: post
title: "Hack-o-Lantern Game Submission"
categories: [ hackolantern, "2023" ]
creator: "Julian"
gamelink: "https://arcade.makecode.com/79210-98619-00902-78203"
image: "https://pxt.azureedge.net/api/79210-98619-00902-78203/thumb"
# permalink: "/hackolantern/2023/prakriti-d"
---
_Game Submission by {{page.creator}}_
## Hack-a-thon: Coding for a Great Cause
In a thrilling coding adventure, young tech enthusiasts recently gathered at the "Hack-o-lantern Hack-a-thon" organized by Code Ninjas. The event, which had a noble cause at its heart, not only witnessed remarkable coding skills but also demonstrated how creativity and innovation can be harnessed for the betterment of society.
### Coding for a Cause:
This year's Hack-a-thon wasn't just about coding for fun; it was coding for a great cause. Code Ninjas partnered with the Great Ormond Street Hospital Childrens Charity to support critical healthcare services for children. The event aimed to create a positive impact on the lives of young children in need.
### Event Highlights:
The Hack-a-thon took place on October 28th and saw young participants engaged in coding projects using different platforms. CREATE kids used MakeCode, and Junior kids utilized Scratch to bring their ideas to life.
### Creator:
{{page.creator}}
<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 pt-5">
{{page.creator}}'s Game
</h4>
<div class="card-body text-center mx-auto pt-5">
<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}})
By participating in the "Hack-o-lantern Hack-a-thon," you're not only nurturing your coding skills but also making a significant contribution to children's healthcare. Great Ormond Street Hospital Children's Charity is known for its outstanding work in providing critical research, treatments, and healthcare services to children. By supporting this cause, we aim to create a positive impact on the lives of young children who need our help the most.
[Click here to Donate to GOSH](https://tiltify.com/+code-ninjas-langley/code-ninjas-langley-hackathon-game-jam)

View file

@ -0,0 +1,45 @@
---
layout: post
title: "Hack-o-Lantern - 3rd Place"
categories: [ hackolantern, "2023" ]
creator: "Kierath S"
gamelink: "https://arcade.makecode.com/21652-23415-44933-27676"
image: "/assets/images/hack/2023/kierath-s.png"
# permalink: "/hackolantern/2023/kierath-s"
---
_Game Submission by {{page.creator}} (3rd Place)_
## Hack-a-thon: Coding for a Great Cause
In a thrilling coding adventure, young tech enthusiasts recently gathered at the "Hack-o-lantern Hack-a-thon" organized by Code Ninjas. The event, which had a noble cause at its heart, not only witnessed remarkable coding skills but also demonstrated how creativity and innovation can be harnessed for the betterment of society.
### Coding for a Cause:
This year's Hack-a-thon wasn't just about coding for fun; it was coding for a great cause. Code Ninjas partnered with the Great Ormond Street Hospital Childrens Charity to support critical healthcare services for children. The event aimed to create a positive impact on the lives of young children in need.
### Event Highlights:
The Hack-a-thon took place on October 28th and saw young participants engaged in coding projects using different platforms. CREATE kids used MakeCode, and Junior kids utilized Scratch to bring their ideas to life.
### Creator:
{{page.creator}}
<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 pt-5">
{{page.creator}}'s Game
</h4>
<div class="card-body text-center mx-auto pt-5">
<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}})
By participating in the "Hack-o-lantern Hack-a-thon," you're not only nurturing your coding skills but also making a significant contribution to children's healthcare. Great Ormond Street Hospital Children's Charity is known for its outstanding work in providing critical research, treatments, and healthcare services to children. By supporting this cause, we aim to create a positive impact on the lives of young children who need our help the most.
[Click here to Donate to GOSH](https://tiltify.com/+code-ninjas-langley/code-ninjas-langley-hackathon-game-jam)

View file

@ -0,0 +1,48 @@
---
layout: post
title: "Hack-o-Lantern - 1st Place"
categories: [ hackolantern, "2023" ]
creator: "Naisha W"
gamelink: "https://arcade.makecode.com/60271-33871-46844-52979"
image: "/assets/images/hack/2023/naisha-w.png"
# permalink: "/hackolantern/2023/naisha-w"
---
_Game Submission by {{page.creator}} (1st Place)_
## Hack-a-thon: Coding for a Great Cause
In a thrilling coding adventure, young tech enthusiasts recently gathered at the "Hack-o-lantern Hack-a-thon" organized by Code Ninjas. The event, which had a noble cause at its heart, not only witnessed remarkable coding skills but also demonstrated how creativity and innovation can be harnessed for the betterment of society.
### Coding for a Cause:
This year's Hack-a-thon wasn't just about coding for fun; it was coding for a great cause. Code Ninjas partnered with the Great Ormond Street Hospital Childrens Charity to support critical healthcare services for children. The event aimed to create a positive impact on the lives of young children in need.
### Event Highlights:
The Hack-a-thon took place on October 28th and saw young participants engaged in coding projects using different platforms. CREATE kids used MakeCode, and Junior kids utilized Scratch to bring their ideas to life.
### Creator:
{{page.creator}}
<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 pt-5">
{{page.creator}}'s Game
</h4>
<div class="card-body text-center mx-auto pt-5">
<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}})
By participating in the "Hack-o-lantern Hack-a-thon," you're not only nurturing your coding skills but also making a significant contribution to children's healthcare. Great Ormond Street Hospital Children's Charity is known for its outstanding work in providing critical research, treatments, and healthcare services to children. By supporting this cause, we aim to create a positive impact on the lives of young children who need our help the most.
[Click here to Donate to GOSH](https://tiltify.com/+code-ninjas-langley/code-ninjas-langley-hackathon-game-jam)

View file

@ -0,0 +1,45 @@
---
layout: post
title: "Hack-o-Lantern Game Submission"
categories: [ hackolantern, "2023" ]
creator: "Nehan I"
gamelink: "https://arcade.makecode.com/21866-13890-37579-67580"
image: "https://pxt.azureedge.net/api/21866-13890-37579-67580/thumb"
# permalink: "/hackolantern/2023/prakriti-d"
---
_Game Submission by {{page.creator}}_
## Hack-a-thon: Coding for a Great Cause
In a thrilling coding adventure, young tech enthusiasts recently gathered at the "Hack-o-lantern Hack-a-thon" organized by Code Ninjas. The event, which had a noble cause at its heart, not only witnessed remarkable coding skills but also demonstrated how creativity and innovation can be harnessed for the betterment of society.
### Coding for a Cause:
This year's Hack-a-thon wasn't just about coding for fun; it was coding for a great cause. Code Ninjas partnered with the Great Ormond Street Hospital Childrens Charity to support critical healthcare services for children. The event aimed to create a positive impact on the lives of young children in need.
### Event Highlights:
The Hack-a-thon took place on October 28th and saw young participants engaged in coding projects using different platforms. CREATE kids used MakeCode, and Junior kids utilized Scratch to bring their ideas to life.
### Creator:
{{page.creator}}
<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 pt-5">
{{page.creator}}'s Game
</h4>
<div class="card-body text-center mx-auto pt-5">
<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}})
By participating in the "Hack-o-lantern Hack-a-thon," you're not only nurturing your coding skills but also making a significant contribution to children's healthcare. Great Ormond Street Hospital Children's Charity is known for its outstanding work in providing critical research, treatments, and healthcare services to children. By supporting this cause, we aim to create a positive impact on the lives of young children who need our help the most.
[Click here to Donate to GOSH](https://tiltify.com/+code-ninjas-langley/code-ninjas-langley-hackathon-game-jam)

View file

@ -0,0 +1,45 @@
---
layout: post
title: "Hack-o-Lantern Game Submission"
categories: [ hackolantern, "2023" ]
creator: "Prakriti D"
gamelink: "https://arcade.makecode.com/60271-33871-46844-52979"
image: "/assets/images/hack/2023/prakriti-d.png"
# permalink: "/hackolantern/2023/prakriti-d"
---
_Game Submission by {{page.creator}}_
## Hack-a-thon: Coding for a Great Cause
In a thrilling coding adventure, young tech enthusiasts recently gathered at the "Hack-o-lantern Hack-a-thon" organized by Code Ninjas. The event, which had a noble cause at its heart, not only witnessed remarkable coding skills but also demonstrated how creativity and innovation can be harnessed for the betterment of society.
### Coding for a Cause:
This year's Hack-a-thon wasn't just about coding for fun; it was coding for a great cause. Code Ninjas partnered with the Great Ormond Street Hospital Childrens Charity to support critical healthcare services for children. The event aimed to create a positive impact on the lives of young children in need.
### Event Highlights:
The Hack-a-thon took place on October 28th and saw young participants engaged in coding projects using different platforms. CREATE kids used MakeCode, and Junior kids utilized Scratch to bring their ideas to life.
### Creator:
{{page.creator}}
<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 pt-5">
{{page.creator}}'s Game
</h4>
<div class="card-body text-center mx-auto pt-5">
<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}})
By participating in the "Hack-o-lantern Hack-a-thon," you're not only nurturing your coding skills but also making a significant contribution to children's healthcare. Great Ormond Street Hospital Children's Charity is known for its outstanding work in providing critical research, treatments, and healthcare services to children. By supporting this cause, we aim to create a positive impact on the lives of young children who need our help the most.
[Click here to Donate to GOSH](https://tiltify.com/+code-ninjas-langley/code-ninjas-langley-hackathon-game-jam)

View file

@ -6,3 +6,29 @@ Just customize your theme here.
.author-thumb{
border: none;
}
.makecode-btn{
background: #028b9b;
transition: 0.2s ease;
padding: 15px 20px;
font-family:Arial, Helvetica, sans-serif !important;
color: white;
border: none;
outline: none;
font-weight: 600;
border-radius: 20px;
}
.makecode-btn > i{
font-size: 80px;
width: 100%;
}
.makecode-btn:hover{
background: #5cafb8;
color: #01606b;
}
.makecode-preview{
filter: opacity(0.5);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB