GithubHelp home page GithubHelp logo

eloinoel / reactivebisimilaritygame Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 1.0 243.99 MB

This project is part of a bachelor's thesis. The aim is to build a video game that plants the seed of intuition for the rather complex concept of reactive bisimilarity in players. Reactive bisimilarity is a semantic notion of equivalence for labelled transition systems (LTS) with timeouts, which represent how processes interact with each other.

License: GNU General Public License v3.0

HTML 0.27% TypeScript 99.73%

reactivebisimilaritygame's Introduction

Reactive Bisimilarity Game

This project is part of a bachelor's thesis. The aim is to build a video game that plants the seed of intuition for the rather complex concept of reactive bisimilarity in players. Reactive bisimilarity is a semantic notion of equivalence for labelled transition systems (LTS) with timeouts, which represent how processes behave in a specific environment and how they interact with each other. The behaviour of processes can be compared to assert whether they act identical. For this, many different notions of equivalence exist in theoretical computer science, reactive bisimilarity being one of them. Other popular examples are "Similarity" and "Bisimilarity".

Get the Game

You can play the game at: https://eloinoel.github.io/ReactiveBisimilarityGame/ or download this repository (see commands below).



header

This is a Phaser 3 project with TypeScript, Rollup with ⚡️ lightning fast HMR through Vite.

Available Commands

Command Description
yarn install Install project dependencies
yarn dev Builds project and open web server, watching for changes
yarn build Builds code bundle with production settings
yarn serve Run a web server to serve built code bundle

Development

After cloning the repo, run yarn install from your project directory. Then, you can start the local development server by running yarn dev and navigate to http://localhost:3000.

Production

After running yarn build, the files you need for production will be on the dist folder. To test code on your dist folder, run yarn serve and navigate to http://localhost:5000

reactivebisimilaritygame's People

Contributors

eloinoel avatar

Stargazers

 avatar Mohamed Mehdi Gara avatar Benjamin Bisping avatar

Watchers

Benjamin Bisping avatar  avatar

reactivebisimilaritygame's Issues

Debug UI

  • current state
  • Environments
  • possible moves
  • whose turn
  • bisimilar or not

Reactive Bisimilarity game

  • game states differing from LTS
  • isMoveValid() method
  • validMoves() --> returns all possible moves
  • environments
  • doMove()
  • all possible moves

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.