1.3.2 • Published 1 year ago

shute-technologies.octopus-web-framework v1.3.2

Weekly downloads
21
License
MIT
Repository
github
Last release
1 year ago

Publish to NPM License: MIT npm GitHub last commit npm npm bundle size

This a web framework based on WebGL for 2D Game Development in TypeScript, there's no current oficial documentation but there are somes sample code in: src/shute-technologies/specs folder.

How to run the framework

Go to the terminal in the root folder of the project and run: 1. npm install 2. npm start 3. That's all!

Note: This project uses Node 10+

Specs

In order to change which spec is going to be displayed, the developer has to change the file: index.ts using the enum in: src/shute-technologies/specs/enumSpecType.ts and the available options are:

  • SimpleFramework
  • SpaceGame

The details of each spec is:

  1. Simple Framework: The sample code for this is at src/shute-technologies/specs/types/specTestFramework.ts, in here are multiple samples of what the framework can do, like:
  • Render an image
  • Render an animation
  • Render a Grid
  • Render an 2D effect
  • Render a Quad Primitive
  • Render a Cirle Primitive
  1. Space Game: This sample is a whole simple 2D mini-game of side-scroller space shooter, the controls for the game are:
  • SPACE Key: for shooting the player bullets
  • Mouse: for controlling the player movements

The current features of this mini-game are:

  • Player with input control
  • Player shoots multiple bullets
  • Random creation of enemies
  • Enemies shoot in random times homing missiles against the player
  • Player can destroy an enemy after 2 shoots, there isn't a life bar yet implemented on the enemies.
  • Effects when a bullet or missile hit with a spaceship
1.2.0

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.101

1 year ago

1.0.0

1 year ago

1.0.206

1 year ago

1.0.107

1 year ago

1.0.205

1 year ago

1.0.106

1 year ago

1.0.208

1 year ago

1.0.109

1 year ago

1.0.108

1 year ago

1.0.202

1 year ago

1.3.2

1 year ago

1.0.201

1 year ago

1.0.102

1 year ago

1.0.204

1 year ago

1.0.105

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.0.203

1 year ago

1.0.211

1 year ago

1.0.210

1 year ago

1.0.209

1 year ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.10

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.11

3 years ago

0.4.12

3 years ago

0.4.5

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.4

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago