Skip to content

Panel Attack is a free modern puzzle game inspired by popular games such as Tetris Attack and Pokemon Puzzle League while still maintaining authentic mechanics. Arrange colored panels in rows and columns of three or more to match matches that clear. Panels then fall from gravity and can make chains that give bonuses or attack the other player.

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
COPYING-ASSETS
Notifications You must be signed in to change notification settings

panel-attack/panel-game

Repository files navigation

Panel Attack Development

Development Setup

Installing love

Panel Attack uses CI builds of love 12.0 to run.
Love 12 is still in development. You can find love 12.0 CI builds in the love repository.
Simply pick the newest workflow run, scroll down and select the artifact suitable for your machine.

Setting up the Panel Attack repository

Clone a copy of the repository

git clone https://github.com/panel-attack/panel-game.git

We recommend using GitHub Desktop as it manages login for you and makes working with git easier.

We recommend developing and running the game using Visual Studio Code or VSCodium.
You can setup either with a debugger and more following this tutorial.

Alternatively, you can edit with your own favorite text editor and run love from the command line

cd Panel-Attack
love ./

or via drag and drop with the repository folder (not recommended).

Repository

The beta branch is where we do all main development.

All pull requests require a review by a maintainer.
Feature and bug commits are done by maintainers using squash merges.
Merges are done by the maintainers as merge commits.
On merge, changes from pull requests should be documented in the Upcoming release notes issue to facilitate any following releases.

Please check the contribution guidelines for further information.

Release schedule

Main releases

Panel Attack currently has 3 release streams that see updates at varying rates.

canary release

Cutting edge build, automatically generated with every push to beta.
Available via https://github.com/panel-attack/panel-game/releases.
This release stream is temporarily inactive.

beta release

beta release, a bit more tested than canary. Features are released on beta if there is some confidence that they're mostly working correctly.

Release notes are posted in #panel-attack-updates on the discord when updates go out.

stable release

stable release, tested features that just work.
Stable releases take tournament dates into consideration so that any bugs that may still get caught don't interfere with them.

Release notes are posted in #panel-attack-updates on the discord when updates go out.

Useful Lua Programming Tips

Love Tutorial
https://sheepolution.com/learn/book/contents

Lua Manual
https://www.lua.org/manual/5.1/index.html

For Maintainers

Releasing

To make a release we create a love file and put it on the server. Change the name of the love file to the output of a command like this:
Stable:
echo "panel-$(date -u "+%Y-%m-%d_%H-%M-%S").love"
Beta:
echo "panel-beta-$(date -u "+%Y-%m-%d_%H-%M-%S").love"

Secure copy the file to the server in correct folder on the server.
Stable:
scp -i privatekey.pem panel-2022-06-25_03-50-14.love [email protected]:updates
Beta:
scp -i privatekey.pem panel-2022-06-25_03-50-14.love [email protected]:beta-updates

Test that the game updates properly.

Post release notes in #panel-attack-updates on the discord.

About

Panel Attack is a free modern puzzle game inspired by popular games such as Tetris Attack and Pokemon Puzzle League while still maintaining authentic mechanics. Arrange colored panels in rows and columns of three or more to match matches that clear. Panels then fall from gravity and can make chains that give bonuses or attack the other player.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
COPYING-ASSETS

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 27

Languages