Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 3 KB

README.md

File metadata and controls

55 lines (44 loc) · 3 KB

Tetris

The legendary puzzle game. Based off the HTML5 Canvas Game Scaffold.

VCC's

Structure

~/

This is the main directory

  • index.html is the main html file where the game canvas, and overlay elements are declared.
  • index.js is the main javascript file that initializes and loads the game.
  • style.css this file contains css styles for the game canvas, and overlay elements.

~/game/

This directory holds the game code.

~/game/characters

This directory contains code for the game characters.

~/game/objects

This directory contains code base classes like image, sprite, etc.

~/game/helpers

This directory contains helper code for requesting frames.

~/game/utils

This directory contains utility code for common functions.

Support

Community

If you need any help, you can ask the community by making a post, or joining the discord.

Helpful Resources