Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakubnowicki/semantic.memory
Shiny memory game created from scratch using shiny.semantic
https://github.com/jakubnowicki/semantic.memory
r semantic-ui shiny
Last synced: 6 days ago
JSON representation
Shiny memory game created from scratch using shiny.semantic
- Host: GitHub
- URL: https://github.com/jakubnowicki/semantic.memory
- Owner: jakubnowicki
- Created: 2020-09-12T11:15:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T09:45:30.000Z (about 4 years ago)
- Last Synced: 2024-11-12T03:52:59.527Z (about 2 months ago)
- Topics: r, semantic-ui, shiny
- Language: R
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# semantic.memory
A memory game similar to the one that won the shiny contest last year, but created from scratch using shiny.semantic (with some adjustments). Two players try to find as many pairs of R package hexes (coming from [Appsilon](https://appsilon.com/) and [RStudio](https://rstudio.com/)) as they can. The app will count their scores and show who won the game. Semantic memory is based on various shiny.semantic components and makes use of features that come with the FomanticUI, like the mechanism responsible for revealing and hiding cards.
You can check it [here](https://jakubnowicki.shinyapps.io/semantic_memory)
and [here](https://demo.appsilon.ai/apps/semantic_memory/).## shiny.semantic PoC contest
semantic.memory was created for Appsilon internal shiny.semantic contest.
The idea was to build a Shiny application which uses shiny.semantic package in less than 24 hours. You can read about it [here](https://appsilon.com/shiny-semantic-pocontest-2020/).The contest is still open. If you like my application, you can vote for it [here](https://docs.google.com/forms/d/e/1FAIpQLSeeuzD76vVogyh9yFjcodCu0JiYrZsqFz_JmXJRDS7uqa2HUg/viewform).
### About me
My name is Jakub and I'm an R Shiny developer working in Appsilon Data Science. You can find me on [Twitter](https://twitter.com/q_nowicki) and [LinkedIn](https://www.linkedin.com/in/jakub-nowicki).