Game-coding challenge for everyone who wants to contribute to an open-source project for Hacktoberfest 2020.
The main objective of this repo is to help everyone get started with contributing to open-source projects and we hope you enjoy coding and learning along the way during the Hacktoberfest 2020 period.
กิจกรรมเขียนโค้ดเกมสำหรับทุก ๆ คนที่ต้องการ contribute ให้กับโปรเจค open-source ของ Hacktoberfest 2020 โดยวัตถุประสงค์หลักของ Repo นี้คือการให้ทุก ๆ คนได้เริ่มต้น contribute ให้กับโปรเจค open-souce และเราหวังว่าคุณจะสนุกไปกับการเขียนโค้ด และเรียนรู้อะไรต่างๆไม่มากก็น้อยในช่วงของกิจกรรม Hacktoberfest 2020
All the games will be displayed at https://noobtoberfest.webforfun.dev
? Fun Fact: We called this project "Noobtoberfest" because last year we organized this project on behalf of "NoobProgrammer Thailand Community"
We want contributing to this repo to be fun, enjoyable and educational for everyone. All contributions are welcome not only to submit your game but you can also help us improve the document, fixes typo and anything else.
So, If you want to contribute and don't know how to start you can see the "Contribution Guide" below.
เราต้องการให้การ Contribute Project นี้เต็มไปด้วยความสนุกสนาน และเป็นการเรียนรู้สำหรับทุกคน เรายินดีต้อนรับผู้ที่ต้องการ Contribute ทุกท่าน ไม่เฉพาะผู้ที่ต้องการส่งเกมเข้าประกวดเท่านั้น คุณสามารถช่วยพัฒนาเอกสาร แก้คำผิด หรืออื่น ๆ ได้เช่นกัน
index.html
file.After we merge, your work will be displayed at https://noobtoberfest.webforfun.dev
index.html
เพียงหนึ่งไฟล์เท่านั้นหลังจากที่เรา Merge เรียบร้อยแล้ว, ผลงานของคุณจะถูกแสดงที่ https://noobtoberfest.webforfun.dev
mariokart
.index.html
file in your folder and code your game there.info.json
in your folder and copy this JSON into it. (Don't forget to edit!)
{
"name": "Your gaming name...",
"description": "Tell people about your game...",
"author": "Who created this game?",
"facebook": "Put your facebook link here (You can also put your website or Github link instead)"
}
mariokart
index.html
ใน Folder และเขียนโค้ดในไฟล์นั้นinfo.json
ใน Folder และเนื้อหาด้านล่างเข้าไป (อย่าลืมแก้ไขนะ!)
{
"name": "ชื่อเกม",
"description": "เล่าอะไรสักอย่างเกี่ยวกับเกมของคุณ",
"author": "ชื่อคนที่สร้างเกมนี้",
"facebook": "Link Facebook, GitHub หรือเว็บไซต์ของคุณ"
}
Made with ❤️ by Web For Fun Hackathon and NoobProgrammer Thailand Community