Skip to content

Fix Memory interface so that's it's extensible #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Conversation

bryanbecker
Copy link
Member

The previous declaration was not extensible, meaning we couldn't type our own memory.

This abstracts Creep, Flag, Room, and Memory into empty interfaces that can then be extended by the user

jyarbro and others added 13 commits May 2, 2017 09:21
… support new feature added 2017-02-06.

Added PolyOpts interface to support visualizePathStyle.
Moved PolyOpts to room-visual.ts
Renamed PolyOpts to PolyStyleOpts.
Added line method on RoomVisual class.
Added LineStyleOpts interface.
The previous declaration was not extensible, meaning we couldn't type our own memory.

This abstracts Creep, Flag, Room, and Memory into empty interfaces that can then be extended by the user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants