Skip to content

Jungle, a tiny game for the Github Badge#1

Open
atarukun wants to merge 7 commits into
mainfrom
jungle
Open

Jungle, a tiny game for the Github Badge#1
atarukun wants to merge 7 commits into
mainfrom
jungle

Conversation

@atarukun

Copy link
Copy Markdown
Owner

Just using agentic coding to test creating a very simple game.

Copilot AI review requested due to automatic review settings October 29, 2025 21:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new jungle-themed endless runner game where players jump over ground obstacles and duck under air obstacles to achieve the highest score possible.

Key Changes:

  • Implements core game mechanics including jumping, ducking, obstacle spawning, collision detection, and scoring
  • Adds visual assets (PNG sprites) for player, obstacles (log, creature, branch), and game icon
  • Uses collision box adjustments with margins for more forgiving gameplay

Reviewed Changes

Copilot reviewed 1 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
badge/apps/jungle/init.py Main game logic implementing endless runner mechanics with collision detection and game state management
badge/apps/jungle/sprites/player.png Player character sprite (16x16 pixels)
badge/apps/jungle/sprites/log.png Ground obstacle sprite - log
badge/apps/jungle/sprites/creature.png Ground obstacle sprite - creature
badge/apps/jungle/sprites/branch.png Air obstacle sprite - branch
badge/apps/jungle/icon.png Game icon for the application menu

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread badge/apps/jungle/__init__.py Outdated
Comment thread badge/apps/jungle/__init__.py Outdated
atarukun and others added 2 commits October 29, 2025 14:59
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Copilot AI commented Oct 29, 2025

Copy link
Copy Markdown

@atarukun I've opened a new pull request, #2, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 2 commits October 29, 2025 22:02
Co-authored-by: atarukun <6511495+atarukun@users.noreply.github.com>
Replace magic number with GRASS_PATTERN_WIDTH constant
@atarukun
atarukun requested a review from Copilot October 29, 2025 22:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 1 out of 6 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread badge/apps/jungle/__init__.py Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@atarukun
atarukun requested a review from Copilot October 29, 2025 22:14

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 1 out of 6 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread badge/apps/jungle/__init__.py Outdated
Comment thread badge/apps/jungle/__init__.py
Comment thread badge/apps/jungle/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@atarukun
atarukun requested a review from Copilot October 29, 2025 22:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 1 out of 6 changed files in this pull request and generated 5 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread badge/apps/jungle/__init__.py
Comment thread badge/apps/jungle/__init__.py
Comment thread badge/apps/jungle/__init__.py
Comment thread badge/apps/jungle/__init__.py
Comment thread badge/apps/jungle/__init__.py
atarukun pushed a commit that referenced this pull request Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants