Skip to content

GetTam is a puzzle game featuring high schools in the MCAL region. It has a public leaderboard that showcases the top 250 high scores. In 2022, GetTam had 3,000+ users.

Notifications You must be signed in to change notification settings

svenlinus/GetTam

Repository files navigation

GetTam!

Play: https://svenlinus.github.io/GetTam/

Analytics: https://cadenmarinozzi.me/GetTam-Analytics/ (Created by nekumelon)

Style Guide

  • Spaces before and after all math operations
    • (Ex) x + 5, x += 5, x ++
  • Indent two spaces inside curly braces and HTML tags
  • Spaces after every comma
  • For functions, loops, if-else statements, etc. the opening curly bracket must be written on the same line as the parenthesis with a space in between
    • Ex. if(boolean) {
  • For classes and objects the curly bracket must be written on the same line as the object name with a space in between
    • (Ex) class MyClass {
  • Class names must be capitalized
  • Use camelcase
    • (Ex) multipleWords or MultipleWords

About

GetTam is a puzzle game featuring high schools in the MCAL region. It has a public leaderboard that showcases the top 250 high scores. In 2022, GetTam had 3,000+ users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published