Skip to content
Snippets Groups Projects
Commit 6daa6254 authored by ComFreek's avatar ComFreek
Browse files

docs

parent db898189
No related branches found
No related tags found
No related merge requests found
# A Prototype Game for [UFrameIT](https://uframeit.github.io) # FrameWorld: Formalizations for the [UFrameIT game](https://uframeit.github.io)
This Math Archive contains three directories: — following the FrameIT approach.
## Library: ## Contents
All things to describe basic math things.
Currently in use are: Importantly, in [`./source`](./source) you can find
- `3DVector.mmt`
- `Lines.mmt`
Most of the other stuff was practicing MMT / having fun with it. - [`MetaTheories.mmt`](./source/MetaTheories.mmt): contains includes and symbols for meta keys/values shared by all other theories
*Note*: `BenniDoesStuff.mmt` collects all theories of this folder and is used as some kind of basic geometry-language. - [`Scrolls/`](./source/Scrolls): contains all scrolls
- [`Library/`](./source/Library): contains files of the upcoming Loviwo proposal
## Fact-Types: Besides that, there is also
`FactTypes.mmt`: Definition of the FrameIt-Fact-Types:
- Distance, Angles, OnLine
- The "UnorderedPair" was a experiment to solve the `Type( d(a,b) ) == Type( d(b,a) )` problem.
Which should be solved by the equality-rule from Dennis right now
- Note that `Vector` and `Line` use the "constructor"-functions from 3DVector.mmt and Line.mmt of the library-directory
`FactCollection.mmt`: Collects all FactType-theories to act as a language to implement scrolls - [`IntegrationTests/`](./source/IntegrationTests): contains some integration tests run by the unit tests in the frameit-mmt submodule of the UniFormal/MMT project
## Scrolls: ## Authors
`ScrollMeta.mmt`:
- Some declarations to act as meta-keys at the scroll-formalizations
other files: See team <https://uframeit.github.io>.
- Scrolls as Problem-Solution Pairs \ No newline at end of file
- Usable at the time of my submission
- All but the TangensScroll strangly dissapeared on the playable Demo =(
- `PlaygroundScroll.mmt`: playground to test views, Communication with the frontend etc.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment