Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

New Section Idea: "Coming from GBStudio?"

オープン
#169 コメント 5 件 リアクション 2 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
ドキュメント
明瞭さ
おおむね明確
活発さ
停滞

調査の方向性

まず、既存のチュートリアルの構成と https://www.gbstudio.dev/docs/ にある GBStudio のドキュメントを読んでください。列挙されている類似点と相違点を使って、どの挙動が GBStudio に由来し、どの挙動が Game Boy アセンブリに由来するのかを説明するセクションの概要を作成してください。これには、タイル、パレット、スプライト、マップ、スクロール、スクリプティング、VRAM、音楽を含めます。新しいセクションがチュートリアルに統合され、GBStudio ユーザーがアセンブリへ確実に移行できるようになれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Following up on a discussion on Discord with @ISSOtm - there was the idea of a new section in the tutorial for people who have experience with GBStudio and are interested in doing some asm. This would ideally be written with someone with experience in both fields. I'm just going off the GBStudio docs for some ideas on this one https://www.gbstudio.dev/docs/

What's the same in GBStudio ?

  • tiles are 8x8
  • palettes have four colours and sprite palette colour 0 is transparent
  • same screen size
  • same maximum number of tiles in vram
  • sprite limits per line
  • you can use hUGE to write music and reuse GBStudio songs

What's different?/What's a GBStudio feature vs a gameboy feature?

  • there's no scripting language or VM in asm
  • GBStudio allocates a palette and certain tile vram ranges for things like UI/text, in asm it's your choice
  • smallest sprites seem to always be 16x16 in GBStudio? in asm you can have 8x8 or 8x16 sprites and build larger metasprites from those
  • GBStudio maps can be > 32x32 tiles and the engine handles scrolling (as long as the map data fits into a 16kb bank), in asm you need to handle scrolling for larger maps yourself
主要言語
Assembly
スター
179
フォーク
64
平均マージ
7日 22時間
マージ済み PR(30日)
1

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

gbdev/gb-asm-tutorial のほかの issue

gbdev/gb-asm-tutorial の issue をすべて見る

似ている issue

Documentation の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。