0.4.2-rc12 • Published 10 months ago

@diory/diosphere-js v0.4.2-rc12

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Diosphere

Install

npm install @diory/diosphere-js
# or
yarn add @diory/diosphere-js

Usage

import { Diosphere } from '@diory/diosphere'
const diosphere = new Diosphere()
diosphere.addRoom({ text: 'Hello room!' })
console.log('Hello Diosphere!', diosphere.toObject())

API

Diosphere

diosphere.initialise(roomsObject)
diosphere.queryDiosphere({ text: 'some-text' })
diosphere.resetDiosphere()
diosphere.toObject()
diosphere.toJson()

diosphere.enterRoom(someRoom)

diosphere.getRoom(someRoom)
diosphere.addRoom(someRoom)
diosphere.updateRoom(someRoom)
diosphere.removeRoom(someRoom)
diosphere.addRoomDoor(someRoom, someDoorToRoom)
diosphere.removeRoomDoor(someRoom, someDoorToRoom)
diosphere.addRoomConnection(someRoom, someConnection)
diosphere.removeRoomConnection(someRoom, someConnection)

Room

const room = new Room()
room.updateRoom(roomObject)

room.addDoor(door)
room.removeDoor(door)

room.addConnection(connection)
room.removeConnection(connection)

room.toObject()
room.toJson()

Development

Compile typescript in real time to /dist folder:

yarn build-watch

Run unit tests in the background:

yarn test-watch
0.4.2-rc7

10 months ago

0.4.2-rc6

10 months ago

0.4.2-rc5

11 months ago

0.4.2-rc4

11 months ago

0.4.2-rc9

10 months ago

0.4.2-rc8

10 months ago

0.4.2-rc10

10 months ago

0.4.2-rc12

10 months ago

0.4.2-rc3

11 months ago

0.4.2-rc11

10 months ago

0.4.2-rc2

1 year ago

0.4.2-rc1

1 year ago

0.2.6

1 year ago

0.4.1

1 year ago

0.4.0-rc1

1 year ago

0.4.0

1 year ago

0.2.6-rc4

1 year ago

0.2.6-rc3

1 year ago

0.2.6-rc2

1 year ago

0.2.6-rc1

1 year ago

0.2.3-rc6

2 years ago

0.2.3-rc8

2 years ago

0.2.3-rc7

2 years ago

0.2.5-rc3

2 years ago

0.2.3-rc9

2 years ago

0.2.5-rc2

2 years ago

0.2.5-rc1

2 years ago

0.2.3

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3-rc2

2 years ago

0.2.3-rc4

2 years ago

0.2.3-rc3

2 years ago

0.2.3-rc5

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago