Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1 KB

File metadata and controls

14 lines (9 loc) · 1 KB

AGENTS Guidelines for This Repository

This repository contains a series of game show games hosted on Github Pages. The index.html page at the root of the directory is a 'main menu' for navigating to each game available.

1. Coding Conventions

  • ALWAYS use html/css/js files for new and existing components and utilities
  • NEVER add javascript frameworks or build tools
  • Each game should be self-contained within the game-specific folder. For example the family_feud directory should contain all files used by the game.

2. Games Explained