Skip to content

avikpln/game-gui-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Game + GUI Development Framework

VERSION

v0.0.0

USAGE

This repository contains a set of templates, structured in a directory hierarchy, to be used as a starting point for developing a simple online game app.

To see examples of how it can be used, you can visit two of my other repositories:

  1. Implementation of the snake game (repository 'snake').
  2. Implementation of a cyclic tag game (repository 'cyclic-tag').

You will also find in each repository a URL to see the end result published on GitHub Pages.

DIRECTORY TREE

app ├── index.html ├── README.md ├── TODO.md ├── audio │ └── stroke.mp3 ├── css │ └── styles.css ├── images │ ├── cover.jpg │ └── favicon.ico └── script ├── main.js ├── game │ ├── direction.js │ ├── game.js │ └── position.js ├── gui │ ├── canvas.js │ ├── displayer.js │ ├── events.js │ ├── gui.js │ └── timer.js └── lib ├── graph.js ├── linkedlist.js ├── random.js └── unionfind.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors