Skip to content
cursorkeys edited this page Oct 11, 2021 · 10 revisions

Welcome to the GAME1 wiki!

Logo

GAME1, is "Yet Another" 2d Game engine. GAME1 is pronounced as "Game One".

This is a hobby project for me to program a game with JS / HTML / Canvas. Only newer browser are supported that support the class syntax in javascript, and html canvas.

DOWNLOAD LINKS:

https://github.com/JoystickAndCursorKeys/game1-distribution/blob/main/README.md

Tested on:

  • Chrome on Linux
  • Firefox on Linux
  • Chrome on Windows
  • Chrome on Apple

Preview:

Check out Asteroidz example game on. https://joystickandcursorkeys.github.io/game1/examples/games/asteroids/index.html

or

Other examples: https://joystickandcursorkeys.github.io/game1/index.html

or

Experiments and ideas that might make it into the main repository https://joystickandcursorkeys.github.io/game1-experiments/

or

A small trailer on Youtube: https://youtu.be/VxBF2hoixRc

Features:

  • Loading Images
  • Loading Sounds
  • Loading JSON data files
  • Block fonts
  • Animation strips
  • "Sprites" and Animated Sprites
  • Collision detection
  • Sprite effects
  • Input utilities
  • State engine (Playbooks)
  • Error trapping