bluenex / noobtoberfest

Game-coding challenge for everyone who wants to contribute to an open-source project for Hacktoberfest 2020 🎮

Home Page:https://noobtoberfest.webforfun.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noobtoberfest - Game Coding Challenge for Hacktoberfest 2020

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"

 

🤝 How to Contribute - วิธีการ Contribute

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 ทุกท่าน ไม่เฉพาะผู้ที่ต้องการส่งเกมเข้าประกวดเท่านั้น คุณสามารถช่วยพัฒนาเอกสาร แก้คำผิด หรืออื่น ๆ ได้เช่นกัน

📝 Rules - กฎการเข้าร่วม

  1. Write your game as best as you can.
  2. All your code MUST!! remain in index.html file.
  3. Send pull request to us.
  4. That's it!

After we merge, your work will be displayed at https://noobtoberfest.webforfun.dev

  1. เขียนเกมของคุณด้วยทุกสกิลที่คุณมี
  2. โค้ดทั้งหมด ต้อง!! อยู่ในไฟล์ index.html เพียงหนึ่งไฟล์เท่านั้น
  3. ส่ง Pull Request มาที่เรา
  4. เรียบร้อย!

หลังจากที่เรา Merge เรียบร้อยแล้ว, ผลงานของคุณจะถูกแสดงที่ https://noobtoberfest.webforfun.dev

🤖 ‍Contribution Guide

  1. Fork this repo to your account.
  2. Create a new folder for your game, e.g. mariokart.
  3. Create index.html file in your folder and code your game there.
  4. Create file 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)"
    }
  5. Open pull request (PR) to us.
  6. That's it~ After we merge, your work will be displayed on our site.

 

  1. Fork Repo นี้ไปยังบัญชี Github ของคุณ
  2. สร้าง Folder ตามชื่อเกม เช่น mariokart
  3. สร้างไฟล์ index.html ใน Folder และเขียนโค้ดในไฟล์นั้น
  4. สร้่างไฟล์ info.json ใน Folder และเนื้อหาด้านล่างเข้าไป (อย่าลืมแก้ไขนะ!)
    {
    	"name": "ชื่อเกม",
    	"description": "เล่าอะไรสักอย่างเกี่ยวกับเกมของคุณ",
    	"author": "ชื่อคนที่สร้างเกมนี้",
    	"facebook": "Link Facebook, GitHub หรือเว็บไซต์ของคุณ"
    }
  5. เปิด Pull Request (PR) มาหาเรา
  6. เรียบร้อย! หลังจากที่เรา Merge งานของคุณจะถูกนำขึ้นไปแสดงบนเว็บไซต์

Made with ❤️ by Web For Fun Hackathon and NoobProgrammer Thailand Community

About

Game-coding challenge for everyone who wants to contribute to an open-source project for Hacktoberfest 2020 🎮

https://noobtoberfest.webforfun.dev


Languages

Language:HTML 97.4%Language:JavaScript 2.0%Language:CSS 0.6%