issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:Java
Filter by
55.6M results
Phase 3 of the platformer port (see the PLAT-1 epic).
Port the remaining entities (each is a small trigger-area check against the player s AABB):
- Coin — spin animation; on pickup: +1 coin, coin sfx, ...
task
Phase 3 of the platformer port (see the PLAT-1 epic).
Port scripts/enemy.gd:
- Patrols at speed 30, turns at ledges and walls. Replace the two Godot raycasts with grid probes: no solid tile at
...
task
Phase 3 of the platformer port (see the PLAT-1 epic).
Port scripts/player.gd line-for-line — the tuning constants carry over directly:
- SPEED 140, JUMP_VELOCITY -320, JUMP_CUT_MULTIPLIER 0.4, COYOTE_TIME ...
task
Phase 2 of the platformer port (see the PLAT-1 epic).
Implement AABB-vs-tile-grid collision, replacing Godot s move_and_slide:
- Move entities per-axis (x then y), clamping against solid tiles and ...
task
Phase 2 of the platformer port (see the PLAT-1 epic).
Build the engine core in src/component/platformer/:
- Canvas sized to the level, 16x16 tiles, integer scale-up with image-rendering: pixelated. ...
task
Phase 1 of the platformer port (see the PLAT-1 epic).
- Copy the PNG sprite sheets (player x3, enemy, coin, spike, flag, checkpoint, tiles, clouds) and the 5 WAV sound
effects from godot-game assets/ ...
task
PR Review Claim
Repository: Scottcjn/Rustchain
PR Number: #7799
Review ID: 4614150371
Bounty Reference
- Bounty #73: PR Review - 40 RTC per review
Wallet Address
AhqbFaPBPLMMiaLDzA9WhQcyvv4hMxiteLhPk3NhG1iG ...
gate-processed
PR Review Claim
Repository: Scottcjn/Rustchain
PR Number: #7800
Review ID: 4614150292
Bounty Reference
- Bounty #73: PR Review - 40 RTC per review
Wallet Address
AhqbFaPBPLMMiaLDzA9WhQcyvv4hMxiteLhPk3NhG1iG ...
gate-processed
PR Review Claim
Repository: Scottcjn/Rustchain
PR Number: #7801
Review ID: 4614150209
Bounty Reference
- Bounty #73: PR Review - 40 RTC per review
Wallet Address
AhqbFaPBPLMMiaLDzA9WhQcyvv4hMxiteLhPk3NhG1iG ...
gate-processed
Port the 2D platformer from https://github.com/greentea524/godot-game to this repo as a native canvas + React mini-game,
playable from the Games tab alongside TicTacToe, Minesweeper, Dice 21, and Sudoku. ...
epic

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.