Socket
Socket
Sign inDemoInstall

akihabara

Package Overview
Dependencies
30
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    akihabara

A retro gaming engine using Javascript Canvas.


Version published
Weekly downloads
1
decreased by-96.55%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

akihabara

A retro gaming engine using Javascript Canvas.

Getting Started

Install via npm:

npm install akihabara

What's New

I have implemented several new aspects of the framework. I have been building a game using Akihabara, hence this forked version and all the updates.

AkihabaraMediabox

I have included an AkihabaraMediabox instance of MediaBox from my ProperJS organization. AkihabaraMediabox extends MediaBox, addings some new methods more specific to the gaming engine.

AkihabaraGamestate

I have included an AkihabaraGamestate instance of GameState from my ProperJS organization.

AkihabaraGamequest

I have included an AkihabaraGamequest instance of GameQuest from my ProperJS organization.

AkihabaraGamescreen

I have included an AkihabaraGamescreen instance of GameScreen from my ProperJS organization.

Akihabara Dist Files

You can load any of the files from the dist directory depending on what type of game you are making. The following dist files exist:

  • akihabara.topview.js
  • akihabara.topview.min.js
  • akihabara.platformer.js
  • akihabara.platformer.min.js
  • akihabara.shmup.js
  • akihabara.shmup.min.js

Developers Notes

Right now I am overriding the AkihabaraGamebox._basepath property in the AkihabaraGamebox.onLoad callback to get around now using akihabara as a node module. My ultimate goal is to get rid of all the splash and preload stuff since its not supportive of fully custom game intros. I'm currently using a fully customized game intro with no splash in my project.

AkihabaraGamebox._basepath = "/node_modules/akihabara/images/";

...

The initial akihabara code was made by Fracesco Cottone as an open source project dual licensed by MIT and GPL.

Interested in the original Akihabara

Check it out

Keywords

FAQs

Last updated on 10 Jan 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc