Skip to content

This repository introduces mini-services of Mossverse (Mossland Metaverse). Mini-services entail a service that runs within the metaverse and serves to provide various contents to the Mossverse. This repository is where anyone can suggest ideas and participate in the development.

Notifications You must be signed in to change notification settings

MosslandOpenDevs/Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

464 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

hackathon

Mossland Hackathon

This repository is the playground for Mossland Hackathon:
a place for MossCoin-related ideas, Mossland ecosystem services (including Mossverse mini-services),
and lightweight projects you want to start quickly.

You can use this repository to:

  • Propose and prototype MossCoin (MOC) use cases (payments, rewards, governance, machine-to-machine, etc.),
  • Experiment with Mossverse (Mossland Metaverse) mini-services,
  • Start any small, hackathon-style project connected to the Mossland ecosystem.

This repository is where anyone can suggest ideas and participate in development โ€“
especially during hackathons and community events.

๐Ÿ’ก Short-term experiments start here.
Long-term projects can be promoted to the

MosslandDeveloperSupportProgram
and proposed to the DAO (Agora) for MOC grants.


๐ŸŽฏ Repository Role

  • Entry point for Mossland hackathons, university programs, and idea-thons.
  • Space for:
    • Quick prototypes
    • Experimental MossCoin / Mossland ecosystem ideas
    • Mossverse mini-services
    • Proof-of-concept implementations
  • Code here does not need to be production-ready. Itโ€™s okay to be rough as long as the idea and structure are visible.

Organizers may create event-specific folders and instructions under this repository for each hackathon.


๐Ÿ† Events & MOC Rewards

Mossland runs both internal company hackathons and public hackathons,
often with MossCoin (MOC) as prize or reward for top teams.

  • Regularly:

    • Internal hackathons for Mossland team members
    • Public hackathons with open participation (students, external developers, etc.)
    • Winners and outstanding teams receive MossCoin (MOC) as prizes.
  • Irregularly (ad-hoc):

    • Ideas, documents, or code that are pushed to this repository outside of official events may also be reviewed by the Mossland team.
    • When a contribution is considered meaningful for the Mossland ecosystem, the team may grant MossCoin (MOC) rewards through an irregular review process.

Promising projects from both regular events and ad-hoc contributions can be promoted to the
MosslandDeveloperSupportProgram
and then proposed to the DAO (Agora) for longer-term MOC grants.


โญ Special Hackathon: Seoul:ution 2025 Official Sponsorship

Mossland is participating as an official sponsor and judging panel member
for the first hackathon โ€œSeoul:ution 2025โ€ hosted by the University of Seoul.

  • Event: Seoul:ution 2025 (Seoul + Solution)
  • Theme: Developing startup services to solve Seoulโ€™s social problems
  • Schedule: November 28, 2025, 14:00 โ€“ November 29, 2025, 15:00
  • Venue: Seoul Impact Arena, University of Seoul

๐Ÿš€ How to Participate

The exact process may be slightly customized per event,
but the general flow is:

  1. Check the current event section

    • Look for Current / Example Challenges in this README or pinned issues.
    • Confirm which challenge/theme you want to join.
  2. Register your team (optional but recommended)

    • Open a new Issue with:
      • Team name
      • Members
      • Short idea description
    • Event organizers may provide an Issue template like Team Registration.
  3. Create your team folder

    • Inside this repository, create a folder such as:
      • teams/<team-name>/
    • Put your:
      • Idea documents / PRD
      • Slides or wireframes
      • Source code / prototypes
  4. Submit a Pull Request

    • Create a PR from your branch to main with:
      • Problem definition
      • Proposed solution
      • How to run / demo (URL, screenshots, commands)
      • Whether youโ€™re interested in continuing after the hackathon
  5. After the hackathon

    • The Mossland team will review promising projects.
    • If a project has long-term potential, it may be:

๐Ÿงช Current / Example Challenges

Organizers can add active hackathon descriptions here.

For example:

  • Mossland Hackathon โ€“ MossCoin & Mini-service Challenge
    • Build something that:
      • Uses MossCoin (MOC) in an interesting way (payments, rewards, DAO, machine-to-machine, etc.), or
      • Runs as a mini-service inside Mossverse (Mossland Metaverse).
    • Focus on:
      • Clear use case for MossCoin or Mossland ecosystem
      • Fun or useful user experience
      • Potential to grow into a long-term open source project

If there is no active event, you can still:

  • Fork this repo
  • Try the reference implementations below
  • Propose your own idea or mini-service via PR or by contacting contact@moss.land

๐Ÿงฑ Reference Implementations

Below are example implementations that can be used as references or extended in new projects.

1. Provably Fair System

A provably fair system ensures transparency and fairness in online gambling.
It uses cryptographic algorithms to prove that games are not manipulated.
Players can verify the fairness of outcomes by checking seed generation and result disclosure.
Trust is enhanced through transparency and verifiability.
See Wikipedia for a simple explanation.

These can be combined with the mini-games below or reused as a building block in new services.


๐ŸŽฎ Mini-services

1. Rock Paper Scissors

  • Folder: Rock Paper Scissors
  • The user selects one of rock, paper, or scissors.
  • The game proceeds and win or loss is confirmed.
  • When you win, you get a profit of 1 ~ 10 times of the multiplier.

2. THUG War

  • Folder: THUG War
  • The starting THUG character appears, and the user must guess whether the character ID is higher or lower than the starting character.
  • THUG character IDs are displayed in ascending order on the top of the screen.

3. Holy Gali

  • Folder: Holy Gali
  • A mini-game inspired by the Halligali card game.
  • This is an odd-even game made using the card design of the Halligali card game.

4. Lucky7

  • Folder: Lucky7
  • A game of predicting whether the sum of two dice is greater than or less than 7.

You can:

  • Fork these mini-services
  • Change rules, visuals, or rewards
  • Combine them with the provably fair system
  • Or build entirely new services or MossCoin use cases following a similar structure

๐Ÿ‘‹ Community & Questions

  • Discord: https://discord.com/invite/N6RCGZuDqV
    • You can ask questions about:
      • How to participate in Mossland Hackathon
      • How to connect your project to MossCoin or Mossverse
      • How to apply for the Developer Support Program and DAO grants


๐Ÿ‡ฐ๐Ÿ‡ท ๋ชจ์Šค๋žœ๋“œ ํ•ด์ปคํ†ค ๋ฆฌํฌ์ง€ํ† ๋ฆฌ ์†Œ๊ฐœ

์ด ๋ฆฌํฌ์ง€ํ† ๋ฆฌ๋Š” Mossland Hackathon์„ ์œ„ํ•œ ๋†€์ดํ„ฐ์ž…๋‹ˆ๋‹ค.
๋ชจ์Šค์ฝ”์ธ(MOC)๊ณผ ๊ด€๋ จ๋œ ๋‹ค์–‘ํ•œ ์•„์ด๋””์–ด, ๋ชจ์Šค๋žœ๋“œ ์ƒํƒœ๊ณ„ ์„œ๋น„์Šค(๋ชจ์Šค๋ฒ„์Šค ๋ฏธ๋‹ˆ์„œ๋น„์Šค ํฌํ•จ),
๊ทธ๋ฆฌ๊ณ  ๊ฐ€๋ณ๊ฒŒ ์‹œ์ž‘ํ•ด๋ณผ ์ˆ˜ ์žˆ๋Š” ์ž‘์€ ํ”„๋กœ์ ํŠธ๋“ค์„ ์˜ฌ๋ฆฌ๋Š” ๊ณต๊ฐ„์ž…๋‹ˆ๋‹ค.

์ด ๋ฆฌํฌ์ง€ํ† ๋ฆฌ๋ฅผ ํ†ตํ•ด:

  • ๋ชจ์Šค์ฝ”์ธ ํ™œ์šฉ ์•„์ด๋””์–ด(๊ฒฐ์ œ, ๋ฆฌ์›Œ๋“œ, ๊ฑฐ๋ฒ„๋„Œ์Šค, M2M ๋“ฑ)๋ฅผ ์ œ์•ˆํ•˜๊ณ ,
  • ๋ชจ์Šค๋ฒ„์Šค(๋ชจ์Šค๋žœ๋“œ ๋ฉ”ํƒ€๋ฒ„์Šค)์˜ ๋ฏธ๋‹ˆ์„œ๋น„์Šค๋ฅผ ์‹คํ—˜ํ•˜๊ฑฐ๋‚˜,
  • ๋ชจ์Šค๋žœ๋“œ ์ƒํƒœ๊ณ„์™€ ์—ฐ๊ฒฐ๋œ ์ž‘์€ ํ•ด์ปคํ†คํ˜• ํ”„๋กœ์ ํŠธ๋ฅผ ์‹œ์ž‘ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

ํŠนํžˆ ํ•ด์ปคํ†คยท์ปค๋ฎค๋‹ˆํ‹ฐ ์ด๋ฒคํŠธ ๊ธฐ๊ฐ„์—๋Š”, ๋ˆ„๊ตฌ๋‚˜ ์ด ๋ฆฌํฌ์ง€ํ† ๋ฆฌ๋ฅผ ํ†ตํ•ด ์•„์ด๋””์–ด๋ฅผ ์ œ์•ˆํ•˜๊ณ  ๊ฐœ๋ฐœ์— ์ฐธ์—ฌํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

๐Ÿ’ก ๋‹จ๊ธฐ ์‹คํ—˜์€ ์ด๊ณณ์—์„œ ์‹œ์ž‘ํ•˜๊ณ ,
์žฅ๊ธฐ์ ์œผ๋กœ ํ‚ค์šฐ๊ณ  ์‹ถ์€ ํ”„๋กœ์ ํŠธ๋Š”

MosslandDeveloperSupportProgram ๋ฆฌํฌ๋กœ ์Šน๊ฒฉ๋œ ๋’ค
DAO(Agora)๋ฅผ ํ†ตํ•ด MOC ์ง€์›๊ธˆ์„ ์‹ ์ฒญํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.


๐ŸŽฏ ๋ฆฌํฌ์ง€ํ† ๋ฆฌ ์—ญํ• 

  • ๋ชจ์Šค๋žœ๋“œ์™€ ํ•จ๊ป˜ํ•˜๋Š” ํ•ด์ปคํ†ค, ๋Œ€ํ•™๊ต ์—ฐ๊ณ„ ํ”„๋กœ๊ทธ๋žจ, ์•„์ด๋””์–ดํ†ค์˜ ๊ณต์‹ ์ง„์ž…์ 
  • ์•„๋ž˜์™€ ๊ฐ™์€ ๊ฒƒ๋“ค์„ ์˜ฌ๋ฆฌ๋Š” ๊ณต๊ฐ„:
    • ๋น ๋ฅธ ํ”„๋กœํ† ํƒ€์ž…
    • ์‹คํ—˜์ ์ธ ๋ชจ์Šค์ฝ”์ธ/๋ชจ์Šค๋žœ๋“œ ์ƒํƒœ๊ณ„ ์•„์ด๋””์–ด
    • ๋ชจ์Šค๋ฒ„์Šค ๋ฏธ๋‹ˆ์„œ๋น„์Šค
    • Proof-of-Concept(๊ฐœ๋… ์ฆ๋ช…) ๊ตฌํ˜„
  • ์ด ๋ฆฌํฌ์ง€ํ† ๋ฆฌ์˜ ์ฝ”๋“œ๋Š” ์™„์„ฑ๋„๊ฐ€ ๋†’์„ ํ•„์š”๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.
    ์•„์ด๋””์–ด์™€ ๊ตฌ์กฐ๋งŒ ์ž˜ ๋ณด์ด๋ฉด ์ถฉ๋ถ„ํ•ฉ๋‹ˆ๋‹ค.

๊ฐ ํ•ด์ปคํ†ค๋งˆ๋‹ค, ์ฃผ์ตœ ์ธก์ด ์ด ๋ฆฌํฌ์ง€ํ† ๋ฆฌ ํ•˜์œ„์— ์ด๋ฒคํŠธ ์ „์šฉ ํด๋”์™€ ์•ˆ๋‚ด ๋ฌธ์„œ๋ฅผ ์ถ”๊ฐ€ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.


๐Ÿ† ์ด๋ฒคํŠธ & MOC ๋ณด์ƒ

๋ชจ์Šค๋žœ๋“œ๋Š” ์‚ฌ๋‚ด ํ•ด์ปคํ†ค๊ณผ ๊ณต๊ฐœ ํ•ด์ปคํ†ค์„ ์ •๊ธฐ์ ์œผ๋กœ ์ง„ํ–‰ํ•˜๋ฉฐ,
์šฐ์ˆ˜ ํŒ€์—๊ฒŒ๋Š” ๋ชจ์Šค์ฝ”์ธ(MOC) ์„ ์ƒ๊ธˆ/๋ณด์ƒ์œผ๋กœ ์ง€๊ธ‰ํ•˜๊ธฐ๋„ ํ•ฉ๋‹ˆ๋‹ค.

  • ์ •๊ธฐ์ ์œผ๋กœ:

    • ๋ชจ์Šค๋žœ๋“œ ๊ตฌ์„ฑ์›์„ ๋Œ€์ƒ์œผ๋กœ ํ•œ ์‚ฌ๋‚ด ํ•ด์ปคํ†ค
    • ํ•™์ƒยท์™ธ๋ถ€ ๊ฐœ๋ฐœ์ž๋„ ์ฐธ์—ฌ ๊ฐ€๋Šฅํ•œ ๊ณต๊ฐœ ํ•ด์ปคํ†ค
    • ์ƒ์œ„ ํŒ€ ๋ฐ ์šฐ์ˆ˜ ํŒ€์—๊ฒŒ ๋ชจ์Šค์ฝ”์ธ(MOC) ์ƒ๊ธˆ/๋ณด์ƒ์ด ์ง€๊ธ‰๋ฉ๋‹ˆ๋‹ค.
  • ๋น„์ •๊ธฐ์ ์œผ๋กœ:

    • ๊ณต์‹ ์ด๋ฒคํŠธ ๊ธฐ๊ฐ„์ด ์•„๋‹ˆ๋”๋ผ๋„, ์ด ๋ฆฌํฌ์ง€ํ† ๋ฆฌ์— ์˜ฌ๋ผ์˜จ ์•„์ด๋””์–ด, ๋ฌธ์„œ, ์ฝ”๋“œ(push ๋“ฑ)๋ฅผ ๋ชจ์Šค๋žœ๋“œ ํŒ€์ด ์ˆ˜์‹œ๋กœ ๊ฒ€ํ† ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    • ๋ชจ์Šค๋žœ๋“œ ์ƒํƒœ๊ณ„์— ์˜๋ฏธ ์žˆ๋Š” ๊ธฐ์—ฌ๋ผ๊ณ  ํŒ๋‹จ๋˜๋Š” ๊ฒฝ์šฐ, ๋ชจ์Šค์ฝ”์ธ(MOC) ์ง€์›๊ธˆ์„ ๋น„์ •๊ธฐ์ ์ธ ์‹ฌ์‚ฌ๋ฅผ ํ†ตํ•ด ์ง€๊ธ‰ํ•˜๊ธฐ๋„ ํ•ฉ๋‹ˆ๋‹ค.

์ •๊ธฐ ํ•ด์ปคํ†ค๊ณผ ๋น„์ •๊ธฐ ๊ธฐ์—ฌ ๋ชจ๋‘,
์œ ๋งํ•œ ํ”„๋กœ์ ํŠธ๋Š” MosslandDeveloperSupportProgram ์œผ๋กœ ์Šน๊ฒฉ๋˜์–ด
DAO(Agora)๋ฅผ ํ†ตํ•œ ์žฅ๊ธฐ์ ์ธ MOC ์ง€์›๊ธˆ ์‹ฌ์‚ฌ๋กœ ์ด์–ด์งˆ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.


โญ ํŠน๋ณ„ ํ•ด์ปคํ†ค: Seoul:ution 2025 ๊ณต์‹ ํ›„์›

๋ชจ์Šค๋žœ๋“œ๋Š” ์„œ์šธ์‹œ๋ฆฝ๋Œ€ํ•™๊ต ์ฃผ์ตœ ์ œ1ํšŒ ํ•ด์ปคํ†ค โ€œSeoul:ution 2025โ€ ์˜
๊ณต์‹ ํ›„์›์‚ฌ์ด์ž ์‹ฌ์‚ฌ์œ„์›๋‹จ์œผ๋กœ ์ฐธ์—ฌํ•ฉ๋‹ˆ๋‹ค.

  • ํ–‰์‚ฌ๋ช…: Seoul:ution 2025 (Seoul + Solution)
  • ์ฃผ์ œ: ์„œ์šธ์‹œ ์‚ฌํšŒ๋ฌธ์ œ๋ฅผ ํ•ด๊ฒฐํ•˜๋Š” ์ฐฝ์—… ์„œ๋น„์Šค ๊ฐœ๋ฐœ
  • ์ผ์ •: 2025๋…„ 11์›” 28์ผ 14:00 ~ 2025๋…„ 11์›” 29์ผ 15:00
  • ์žฅ์†Œ: ์„œ์šธ์‹œ๋ฆฝ๋Œ€ํ•™๊ต ์„œ์šธ ์ž„ํŒฉํŠธ ์•„๋ ˆ๋‚˜

๐Ÿš€ ์ฐธ์—ฌ ๋ฐฉ๋ฒ•

์ด๋ฒคํŠธ๋งˆ๋‹ค ์ƒ์„ธ ๊ทœ์น™์€ ์กฐ๊ธˆ์”ฉ ๋‹ค๋ฅผ ์ˆ˜ ์žˆ์ง€๋งŒ,
๊ธฐ๋ณธ์ ์ธ ํ๋ฆ„์€ ์•„๋ž˜์™€ ๊ฐ™์Šต๋‹ˆ๋‹ค.

  1. ํ˜„์žฌ ์ง„ํ–‰ ์ค‘์ธ ์ด๋ฒคํŠธ ํ™•์ธ

    • ์ด README ์˜ Current / Example Challenges ์„น์…˜ ๋˜๋Š” pinned issue ๋ฅผ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค.
    • ์ฐธ๊ฐ€ํ•˜๊ณ  ์‹ถ์€ ์ฑŒ๋ฆฐ์ง€/์ฃผ์ œ๋ฅผ ๊ณ ๋ฆ…๋‹ˆ๋‹ค.
  2. ํŒ€ ๋“ฑ๋ก (์„ ํƒ์ด์ง€๋งŒ ๊ถŒ์žฅ)

    • ์ƒˆ Issue ๋ฅผ ์—ด๊ณ  ๋‹ค์Œ ๋‚ด์šฉ์„ ์ž‘์„ฑํ•ฉ๋‹ˆ๋‹ค:
      • ํŒ€ ์ด๋ฆ„
      • ํŒ€์›
      • ๊ฐ„๋‹จํ•œ ์•„์ด๋””์–ด ์„ค๋ช…
    • ์ฃผ์ตœ ์ธก์—์„œ Team Registration ๊ฐ™์€ ์ด์Šˆ ํ…œํ”Œ๋ฆฟ์„ ์ œ๊ณตํ•  ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค.
  3. ํŒ€ ํด๋” ์ƒ์„ฑ

    • ์ด ๋ฆฌํฌ์ง€ํ† ๋ฆฌ ๋‚ด์— ์•„๋ž˜์™€ ๊ฐ™์€ ํด๋”๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค:
      • teams/<team-name>/
    • ๊ทธ ์•ˆ์— ๋‹ค์Œ ๋‚ด์šฉ์„ ๋„ฃ์Šต๋‹ˆ๋‹ค:
      • ์•„์ด๋””์–ด ๋ฌธ์„œ / PRD
      • ์Šฌ๋ผ์ด๋“œ ๋˜๋Š” ์™€์ด์–ดํ”„๋ ˆ์ž„
      • ์†Œ์Šค ์ฝ”๋“œ / ํ”„๋กœํ† ํƒ€์ž…
  4. Pull Request ์ œ์ถœ

    • ์ž‘์—… ๋ธŒ๋žœ์น˜์—์„œ main์œผ๋กœ PR์„ ์ƒ์„ฑํ•˜๊ณ  ๋‹ค์Œ์„ ํฌํ•จํ•ฉ๋‹ˆ๋‹ค:
      • ๋ฌธ์ œ ์ •์˜
      • ์ œ์•ˆ ์†”๋ฃจ์…˜
      • ์‹คํ–‰ ๋ฐฉ๋ฒ• / ๋ฐ๋ชจ ๋ฐฉ๋ฒ• (URL, ์Šคํฌ๋ฆฐ์ƒท, ๋ช…๋ น์–ด ๋“ฑ)
      • ํ•ด์ปคํ†ค ์ดํ›„์—๋„ ๊ณ„์† ๊ฐœ๋ฐœ์„ ์ด์–ด๊ฐ€๊ณ  ์‹ถ์€์ง€ ์—ฌ๋ถ€
  5. ํ•ด์ปคํ†ค ์ดํ›„

    • ๋ชจ์Šค๋žœ๋“œ ํŒ€์ด ์ œ์ถœ๋œ ํ”„๋กœ์ ํŠธ ์ค‘ ์œ ๋งํ•œ ๊ฒƒ๋“ค์„ ๊ฒ€ํ† ํ•ฉ๋‹ˆ๋‹ค.
    • ์žฅ๊ธฐ์ ์œผ๋กœ ๋ฐœ์ „ ๊ฐ€๋Šฅ์„ฑ์ด ์žˆ๋Š” ํ”„๋กœ์ ํŠธ๋Š”:
      • MosslandDeveloperSupportProgram ๋ฆฌํฌ์™€ ์—ฐ๊ฒฐ๋˜๊ฑฐ๋‚˜ ์ด๋™๋  ์ˆ˜ ์žˆ๊ณ ,
      • Mossland DAO(Agora) ์— ์ œ์•ˆ์œผ๋กœ ์ƒ์ •๋˜์–ด MOC ์ง€์›๊ธˆ์„ ๋ฐ›์„ ์ˆ˜ ์žˆ๋Š” ํ›„๋ณด๊ฐ€ ๋ฉ๋‹ˆ๋‹ค.

๐Ÿงช ํ˜„์žฌ/์˜ˆ์‹œ ์ฑŒ๋ฆฐ์ง€

์šด์˜์ž๋Š” ์—ฌ๊ธฐ ์˜์—ญ์— ์ง„ํ–‰ ์ค‘์ธ ํ•ด์ปคํ†ค ์„ค๋ช…์„ ์ถ”๊ฐ€ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

์˜ˆ์‹œ:

  • Mossland Hackathon โ€“ MossCoin & Mini-service Challenge
    • ์•„๋ž˜ ์ค‘ ํ•˜๋‚˜ ์ด์ƒ์„ ๋งŒ์กฑํ•˜๋Š” ํ”„๋กœ์ ํŠธ๋ฅผ ์ œ์ž‘:
      • ๋ชจ์Šค์ฝ”์ธ(MOC) ์„ ํฅ๋ฏธ๋กญ๊ฒŒ ํ™œ์šฉํ•˜๋Š” ์„œ๋น„์Šค (๊ฒฐ์ œ, ๋ฆฌ์›Œ๋“œ, DAO, M2M ๋“ฑ), ๋˜๋Š”
      • ๋ชจ์Šค๋ฒ„์Šค(Mossverse) ์•ˆ์—์„œ ๋™์ž‘ํ•˜๋Š” ๋ฏธ๋‹ˆ์„œ๋น„์Šค.
    • ์ค‘์  ํฌ์ธํŠธ:
      • ๋ชจ์Šค์ฝ”์ธ ๋˜๋Š” ๋ชจ์Šค๋žœ๋“œ ์ƒํƒœ๊ณ„์™€์˜ ๋ช…ํ™•ํ•œ ์—ฐ๊ฒฐ์„ฑ
      • ์žฌ๋ฏธ์žˆ๊ฑฐ๋‚˜ ์œ ์šฉํ•œ ์‚ฌ์šฉ์ž ๊ฒฝํ—˜
      • ์žฅ๊ธฐ ์˜คํ”ˆ์†Œ์Šค ํ”„๋กœ์ ํŠธ๋กœ ์„ฑ์žฅํ•  ์ˆ˜ ์žˆ๋Š” ์ž ์žฌ๋ ฅ

ํ˜„์žฌ ์ง„ํ–‰ ์ค‘์ธ ์ด๋ฒคํŠธ๊ฐ€ ์—†๋”๋ผ๋„, ์—ฌ๋Ÿฌ๋ถ„์€:

  • ์ด ๋ฆฌํฌ์ง€ํ† ๋ฆฌ๋ฅผ fork ํ•ด์„œ
  • ์•„๋ž˜ ๋ ˆํผ๋Ÿฐ์Šค ๊ตฌํ˜„๋“ค์„ ์ง์ ‘ ์‹คํ–‰ํ•ด๋ณด๊ณ 
  • ์ƒˆ๋กœ์šด ์•„์ด๋””์–ด๋‚˜ ๋ฏธ๋‹ˆ์„œ๋น„์Šค๋ฅผ PR ๋˜๋Š” contact@moss.land ๋กœ ์ œ์•ˆํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

๐Ÿงฑ ๋ ˆํผ๋Ÿฐ์Šค ๊ตฌํ˜„

์•„๋ž˜๋Š” ์ƒˆ๋กœ์šด ํ”„๋กœ์ ํŠธ๋ฅผ ๋งŒ๋“ค ๋•Œ ์ฐธ๊ณ ํ•˜๊ฑฐ๋‚˜ ํ™•์žฅํ•  ์ˆ˜ ์žˆ๋Š” ์˜ˆ์‹œ ๊ตฌํ˜„๋“ค์ž…๋‹ˆ๋‹ค.

1. Provably Fair ์‹œ์Šคํ…œ

Provably Fair ์‹œ์Šคํ…œ์€ ์˜จ๋ผ์ธ ๊ฒŒ์ž„(ํŠนํžˆ ๋„๋ฐ•/๋ฒ ํŒ…)์˜ ํˆฌ๋ช…์„ฑ๊ณผ ๊ณต์ •์„ฑ์„ ๋ณด์žฅํ•˜๊ธฐ ์œ„ํ•œ ๋ฐฉ์‹์ž…๋‹ˆ๋‹ค.
์•”ํ˜ธํ•™์  ์•Œ๊ณ ๋ฆฌ์ฆ˜์„ ์‚ฌ์šฉํ•ด, ๊ฒŒ์ž„ ๊ฒฐ๊ณผ๊ฐ€ ์กฐ์ž‘๋˜์ง€ ์•Š์•˜์Œ์„ ์ฆ๋ช…ํ•ฉ๋‹ˆ๋‹ค.
ํ”Œ๋ ˆ์ด์–ด๋Š” ์‹œ๋“œ(seed) ์ƒ์„ฑ ๊ณผ์ •๊ณผ ๊ฒฐ๊ณผ ๊ณต๊ฐœ๋ฅผ ๊ฒ€์ฆํ•จ์œผ๋กœ์จ, ๊ฒฐ๊ณผ์˜ ๊ณต์ •์„ฑ์„ ํ™•์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
์ด๋กœ ์ธํ•ด ํˆฌ๋ช…์„ฑ๊ณผ ๊ฒ€์ฆ ๊ฐ€๋Šฅ์„ฑ์ด ๋†’์•„์ง€๊ณ , ์‹ ๋ขฐ๋„๊ฐ€ ํ–ฅ์ƒ๋ฉ๋‹ˆ๋‹ค.

์•„๋ž˜ ๋ฏธ๋‹ˆ๊ฒŒ์ž„๋“ค๊ณผ ๊ฒฐํ•ฉํ•˜๊ฑฐ๋‚˜, ์ƒˆ๋กœ์šด ์„œ๋น„์Šค์˜ ๊ธฐ๋ณธ ๋ธ”๋ก์œผ๋กœ ์žฌ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.


๐ŸŽฎ ๋ฏธ๋‹ˆ์„œ๋น„์Šค ๋ชฉ๋ก

1. ๊ฐ€์œ„๋ฐ”์œ„๋ณด (Rock Paper Scissors)

  • ํด๋”: Rock Paper Scissors
  • ์‚ฌ์šฉ์ž๊ฐ€ ๊ฐ€์œ„/๋ฐ”์œ„/๋ณด ์ค‘ ํ•˜๋‚˜๋ฅผ ์„ ํƒํ•ฉ๋‹ˆ๋‹ค.
  • ๊ฒŒ์ž„์ด ์ง„ํ–‰๋˜๊ณ  ์ŠนํŒจ๊ฐ€ ๊ฒฐ์ •๋ฉ๋‹ˆ๋‹ค.
  • ์Šน๋ฆฌ ์‹œ, ๋ฐฐ์œจ์— ๋”ฐ๋ผ 1 ~ 10๋ฐฐ ์ด์ต์„ ์–ป์Šต๋‹ˆ๋‹ค.

2. THUG War

  • ํด๋”: THUG War
  • ์‹œ์ž‘ THUG ์บ๋ฆญํ„ฐ๊ฐ€ ๋“ฑ์žฅํ•˜๊ณ , ์‚ฌ์šฉ์ž๋Š” ๋‹ค์Œ ์บ๋ฆญํ„ฐ ID๊ฐ€ ๋” ๋†’์„์ง€/๋‚ฎ์„์ง€๋ฅผ ๋งž์ถฐ์•ผ ํ•ฉ๋‹ˆ๋‹ค.
  • ์ƒ๋‹จ์—๋Š” THUG ์บ๋ฆญํ„ฐ ID ๋ชฉ๋ก์ด ์˜ค๋ฆ„์ฐจ์ˆœ์œผ๋กœ ํ‘œ์‹œ๋ฉ๋‹ˆ๋‹ค.

3. Holy Gali

  • ํด๋”: Holy Gali
  • Halli Galli ์นด๋“œ ๊ฒŒ์ž„์—์„œ ์˜๊ฐ์„ ์–ป์€ ๋ฏธ๋‹ˆ๊ฒŒ์ž„์ž…๋‹ˆ๋‹ค.
  • Halli Galli ์นด๋“œ ๋””์ž์ธ์„ ํ™œ์šฉํ•œ ํ™€์ง(oddโ€“even) ๊ฒŒ์ž„ ํ˜•ํƒœ๋กœ ๊ตฌ์„ฑ๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.

4. Lucky7

  • ํด๋”: Lucky7
  • ์ฃผ์‚ฌ์œ„ ๋‘ ๊ฐœ์˜ ํ•ฉ์ด 7๋ณด๋‹ค ํด์ง€/์ž‘์„์ง€ ์˜ˆ์ธกํ•˜๋Š” ๊ฒŒ์ž„์ž…๋‹ˆ๋‹ค.

์—ฌ๋Ÿฌ๋ถ„์€:

  • ์ด ๋ฏธ๋‹ˆ์„œ๋น„์Šค๋“ค์„ fork ํ•ด์„œ ๊ทœ์น™/๋น„์ฃผ์–ผ/๋ณด์ƒ ๊ตฌ์กฐ๋ฅผ ๋ฐ”๊พธ๊ฑฐ๋‚˜,
  • Provably Fair ์‹œ์Šคํ…œ๊ณผ ๊ฒฐํ•ฉํ•ด ๋ณด์•ˆ์„ฑ๊ณผ ์‹ ๋ขฐ๋„๋ฅผ ๋†’์ด๊ฑฐ๋‚˜,
  • ์ด์™€ ๋น„์Šทํ•œ ๊ตฌ์กฐ๋ฅผ ์ฐธ๊ณ ํ•ด ์™„์ „ํžˆ ์ƒˆ๋กœ์šด ์„œ๋น„์Šค๋‚˜ ๋ชจ์Šค์ฝ”์ธ ํ™œ์šฉ ์‚ฌ๋ก€๋ฅผ ๋งŒ๋“ค ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

๐Ÿ‘‹ ์ปค๋ฎค๋‹ˆํ‹ฐ & ๋ฌธ์˜

  • ๋””์Šค์ฝ”๋“œ: https://discord.com/invite/N6RCGZuDqV
    • ์˜ˆ๋ฅผ ๋“ค์–ด ์ด๋Ÿฐ ๋‚ด์šฉ์„ ํŽธํ•˜๊ฒŒ ์งˆ๋ฌธํ•˜์‹ค ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
      • Mossland Hackathon ์ฐธ์—ฌ ๋ฐฉ๋ฒ•
      • ํ”„๋กœ์ ํŠธ๋ฅผ ๋ชจ์Šค์ฝ”์ธ ๋˜๋Š” ๋ชจ์Šค๋ฒ„์Šค์™€ ์–ด๋–ป๊ฒŒ ์—ฐ๋™ํ•˜๋Š”์ง€
      • Developer Support Program ๋ฐ DAO ์ง€์›๊ธˆ ์‹ ์ฒญ ๋ฐฉ๋ฒ•

About

This repository introduces mini-services of Mossverse (Mossland Metaverse). Mini-services entail a service that runs within the metaverse and serves to provide various contents to the Mossverse. This repository is where anyone can suggest ideas and participate in the development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9