Skip to content

AthenaJS/athenajs-gods

Repository files navigation

A very early remake of Gods Amiga game from the Bitmap Brothers

Gods

Athenajs-gods is a simple remake of the Gods game from the Bitmap Brothers.

The game was designed while developing the AthenaJS framework and only supports the begining of level one.

Although incomplete, this demo already makes use of and validates the following AthenaJS components:

  • maps with tiles & tile behaviors
  • map triggers based on player position & other conditions
  • enemy waves
  • tile-based collision detection
  • map vertical & horizontal scrolling
  • png-based sprites and bitmap fonts
  • sprites collision detection
  • special effects like SNES-like mosaic & sprite rotation
  • game scenes

Demo

Head over to https://athenajs.github.io/athenajs-gods/ for a demo.

Installation

npm install && npm start

This will install dependencies, build gods and start a development server at http:/127.0.0.1:8888

What's missing?

  • teleporters
  • enemy IA: enemies should be able to follow the user

Credits

Sounds & Graphics are ripped from the original Amiga Gods game by The Bitmap Brothers and were borrowed from Jotd's Gods Deluxe remake

License

Copyright (c) Nicolas Ramz.

Licensed under the MIT License.