All Projects β†’ aschinchon β†’ Sudokus Colored

aschinchon / Sudokus Colored

Licence: mit
An experiment in R to color overimposed sudokus

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Sudokus Colored

pencil-scribbles
Create pencil effect drawings from pictures using R
Stars: ✭ 30 (+36.36%)
Mutual labels:  ggplot2, creative-coding
creative-coding-notebooks
🎨 An authorial collection of fundamental recipes on Creative Coding and Recreational Programming.
Stars: ✭ 17 (-22.73%)
Mutual labels:  creative-coding, mathematics
Algorithms
A repository of different Algorithms and Data Structures implemented in many programming languages.
Stars: ✭ 578 (+2527.27%)
Mutual labels:  mathematics
Meshio
input/output for many mesh formats
Stars: ✭ 814 (+3600%)
Mutual labels:  mathematics
Ggthemr
Themes for ggplot2.
Stars: ✭ 697 (+3068.18%)
Mutual labels:  ggplot2
Jsxgraph
JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser.
Stars: ✭ 605 (+2650%)
Mutual labels:  mathematics
Creative Viewpager
Creative View Pager easy to use in Android
Stars: ✭ 715 (+3150%)
Mutual labels:  creative-coding
Tidyexplain
πŸ€Ήβ€β™€ Animations of tidyverse verbs using R, the tidyverse, and gganimate
Stars: ✭ 558 (+2436.36%)
Mutual labels:  ggplot2
Hrbrthemes
πŸ” Opinionated, typographic-centric ggplot2 themes and theme components
Stars: ✭ 899 (+3986.36%)
Mutual labels:  ggplot2
Unimath
This coq library aims to formalize a substantial body of mathematics using the univalent point of view.
Stars: ✭ 680 (+2990.91%)
Mutual labels:  mathematics
Ggraph
Grammar of Graph Graphics
Stars: ✭ 815 (+3604.55%)
Mutual labels:  ggplot2
Ggforce
Accelerating ggplot2
Stars: ✭ 640 (+2809.09%)
Mutual labels:  ggplot2
Waffle
🍁 Make waffle (square pie) charts in R
Stars: ✭ 614 (+2690.91%)
Mutual labels:  ggplot2
Awesome Streamlit
The purpose of this project is to share knowledge on how awesome Streamlit is and can be
Stars: ✭ 769 (+3395.45%)
Mutual labels:  mathematics
Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (+2604.55%)
Mutual labels:  creative-coding
Ggdistribute
ggplot2 extension for plotting distributions
Stars: ✭ 16 (-27.27%)
Mutual labels:  ggplot2
Understanding Math
Links to resources talking about how to understand mathematics, mathematical language and mathematical notation.
Stars: ✭ 574 (+2509.09%)
Mutual labels:  mathematics
Cppnumericalsolvers
a lightweight C++17 library of numerical optimization methods for nonlinear functions (Including L-BFGS-B for TensorFlow)
Stars: ✭ 638 (+2800%)
Mutual labels:  mathematics
Casadi
CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.
Stars: ✭ 714 (+3145.45%)
Mutual labels:  mathematics
100daysofgenerativeart
My #100DaysOfGenerativeArt personal challenge
Stars: ✭ 19 (-13.64%)
Mutual labels:  creative-coding

Sudokus Colored

In this experiment I create oversimposed colored sudokus. The project is inspired by Alex Bellos' tridokus, which I found in his book Snowflake Seashell Star: Colouring Adventures in Numberland.

Getting Started

Prerequisites

You will need to install the following packages (if you don't have them already):

install.packages("ggplot2")
install.packages("dplyr")
install.packages("gtools")
install.packages("colourlovers")
install.packages("sudoku")

More info

A complete explanation of the experiment can be found at fronkonstin

An article on The Guardian by Alex Bellos

Authors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].