Skip to content
/ arcade Public

License

Notifications You must be signed in to change notification settings

sebcun/arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f072eb2 · · Oct 2, 2025

History

46 Commits
Oct 2, 2025
Oct 2, 2025
Oct 2, 2025
Sep 28, 2025
Sep 26, 2025
Sep 8, 2025
Oct 2, 2025
Sep 28, 2025
Oct 2, 2025
Oct 2, 2025
Oct 2, 2025
Sep 28, 2025
Sep 29, 2025
Sep 8, 2025

Repository files navigation

Pixelcade

PixelcadeLogo

Pixelcade is a site where you can create an account, play games, level up, customize your avatar, and rank up on the leaderboards. This was created for the HackClub YSWS (You Ship We Ship) Siege.

Features

  • Signup and login (Using Slack OAuth | or | one time email codes.)
  • Ability to view peoples profiles.
  • Ability to change usernames.
  • Ability to create games using a Sprite editor and high level programming language, as well as play them
  • Play counters and ability to like games.
  • Documentation for how to create a game

Planned Features

  • Ability to buy avatar items.
  • Full JS games.
  • Ability to set custom backgrounds for the game.

Installation

  1. Clone the repo
git clone https://github.com/sebcun/arcade.git

cd arcade
  1. Install the requirements
pip install -r requirements.txt
  1. Setup .env Create a file named .env with the following contents:
SECRET_KEY=YourWebsiteSecretKey

WEBSITE=https://YourWebsite.com

Usage

Run the app

py app.py

Access the website By default, the website will be accessable on https://localhost:5000.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss.

License

This project uses the GNU GENERAL PUBLIC LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published