Platformer is a indie game competition for teenagers!
Teenagers build games themselves or in groups of 3 - 4 people, record a trailer and get prizes in return.
-
Sign in with hack club auth
-
Make a game and track the time with hackatime for code and lapse for stuff that hackatime cant track.
-
Record a proper trailer
-
Get prizes in return on the quality of your game and the amount of time you spent on it.
-
Fork the repo
-
cd platformer
-
npm install
-
Setup env file(Scroll down)
-
npm run dev
DATABASE_URL=your_pooled_database_url
UNPOOLED_DATABASE_URL=your_unpooled_database_url
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_publishable_key_from_clerk
CLERK_SECRET_KEY=your_clerk_secret_key
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
HACKCLUB_CDN_API_KEY=your_hackclub_cdn_api_key
HACKATIME_CLIENT_ID=create an app in hackatime and enter its client id here
HACKATIME_CLIENT_SECRET=create an app in hackatime and enter its client secret here
HACKATIME_REDIRECT_URI=http://localhost:3000/api/auth/callback/hackatime
RESEND_API_KEY=your_resend_api_key
-
means completed
-
means uncompleted
-
user sign ups
-
project creation
-
devlog creation
-
Basic shop
-
Advance review tools
-
Review and fullfilment onboarding flow
-
Fraud checks
-
Auto Shop item adder
