Skip to content

kashsingh/forge-snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forge Snake Game

A fun Snake game built as an Atlassian Forge app.
This app embeds a playable Snake game directly on a Jira Admin page, demonstrating how to combine Forge custom UI with client-side JavaScript.

Requirements

Quick Start

  1. Install root dependencies

    npm install
  2. Install UI dependencies

    cd static/snake-game
    npm install
  3. Modify or enhance the game
    Edit source files in static/snake-game/src/ to customize gameplay, UI, or styling.

  4. Build the UI

    npm run build
  5. Deploy to Forge

    forge deploy
  6. Install on your Atlassian site

    forge install

    Choose the Jira site and product where you want the game to appear.

Tips

  • Run forge deploy whenever you make code changes.
  • Once installed, your site automatically reflects new deployments—no need to reinstall.

Demo

Gameplay demo

Support

For questions or feedback, see Forge Support.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors