Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

๐Ÿง  A (failed) attempt to create a reverse algorithm for the 'divide by shape' game mode from 'Dual Brain Vol. 3'

License

Notifications You must be signed in to change notification settings

robin-hartmann/divide-by-shape-reverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿง  divide-by-shape-reverse

A (failed) attempt to create a reverse algorithm for the 'divide by shape' game mode from 'Dual Brain Vol. 3'

๐Ÿ’ก Conclusion

The original algorithm creates ambiguous results, which cannot always be reversed to a distinct starting point.

The (decks) AAABA and ABAAA would both result in a left pile of AA and a right pile of ABA.

-- Comment by YouTube user ToyKnives

๐Ÿ› ๏ธ Development

These instructions will get you a copy of this project up and running on your local machine for development and testing purposes.

๐Ÿ“‹ Prerequisites

  • Node.js - JavaScript run-time environment

Visual Studio Code Extensions

This project is intended to be used with Visual Studio Code and the following extensions are recommended:

๐Ÿš€ Getting Started

  1. Clone this project
  2. Open the project's root folder in VS Code
  3. Open the terminal
  4. Run npm i to install all dependencies
  5. Run npm start to run the program

๐Ÿงฐ Built With

  • TypeScript - A typed superset of JavaScript that compiles to plain JavaScript
  • ESLint - Find and fix problems in your JavaScript code
  • ts-node - TypeScript execution and REPL for node.js

๐Ÿ‘จโ€๐Ÿ’ป Authors

๐Ÿ“ƒ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿ‘ Acknowledgments

About

๐Ÿง  A (failed) attempt to create a reverse algorithm for the 'divide by shape' game mode from 'Dual Brain Vol. 3'

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published