Code Monkey home page Code Monkey logo

emojiscape's Introduction

{emojiscape}

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. rostrum.blog post

{emojiscape} is a tiny R package that prints to the console a randomised emoji scene. Choose a terrain and three emoji of that theme will be sampled with different probabilities and rendered to a grid size of your choosing.

Install

Install {emojiscape} from GitHub. It requires the GitHub-hosted {emo} package, which is built on emojilib.

remotes::install_github("matt-dray/emojiscape")

I made this for my own amusement, so no guarantees.

Build a tiny world

You can generate() a scene by passing one of the recognised terrain options.

emojiscape::generate("city")
🏒 🦝 🏬 🏬 🏒 🦝 🏬 🏒 🦝 🏬 
🏒 🦝 🏒 🏒 🏬 🏒 🏒 🏬 🏬 🏒 
🏒 🏬 🏒 🏒 🏒 🏒 🏬 🏒 🏒 🏒 
🏒 🏒 🏒 🏒 🏒 🏒 🏬 🏒 🏒 🏒 
🏒 🦝 🏒 🏬 🏒 🏬 🏒 🏒 🏒 🏒 
🏒 🏒 🦝 🏒 🏒 🏒 🏒 🏒 🏬 🏒 
🏬 🦝 🏬 🦝 🏒 🏒 🦝 🏒 🏒 🏒 
🏒 🏬 🏬 🏒 🏒 🏒 🏒 🏒 🏒 🏒 
🏒 🏒 🏒 🏒 🏒 🏒 🏒 🏒 🏒 🏒 
🏒 🏒 🦝 🏒 🏒 🏒 🏒 🏒 🏬 🦝 

You can see the emoji set for each terrain. I’ve categorised them into β€˜common’, β€˜uncommon’ and β€˜rare’ emoji based on what their default sampling frequency.

emojiscape::get_set("city")
  terrain             name emoji     freq
1    city  office_building    🏒   common
2    city department_store    🏬 uncommon
3    city          raccoon    🦝     rare

You can adjust these frequencies with the prob_* arguments in generate(). You can also change the grid_size() of the output.

emojiscape::generate(
  terrain = "city",
  grid_size = 7,  # i.e. a 7x7 grid
  prob_common = "0.2",
  prob_uncommon = "0.2",
  prob_rare = "0.6"
)
🦝 🦝 🏬 🏒 🏒 🦝 🦝 
🦝 🦝 🦝 🏬 🏬 🦝 🦝 
🏒 🦝 🏬 🦝 🏬 🦝 🦝 
🏒 🏒 🦝 🏒 🦝 🦝 🦝 
🦝 🦝 🏬 🦝 🏒 🦝 🦝 
🦝 🦝 🏬 🏬 🦝 🏬 🦝 
🦝 🦝 🦝 🏒 🏒 🦝 🦝 

All terrains

The full set of terrain options is:

 [1] "arable"      "city"        "desert"      "forest"      "garden"     
 [6] "liminal"     "mountains"   "ocean"       "pastoral"    "polar"      
[11] "rainforest"  "sky"         "space"       "suburbs"     "traffic"    
[16] "undergrowth" "woods"      
Click for a preview of all terrains
terrain = "arable"
🚜 🌽 🌽 🌽 🌽 🌽 🚜 🌽 🌽 🌽 
🚜 🌽 🌽 🚜 🚜 🌽 🌽 🌽 🌽 🌽 
🌽 🚜 🌽 🐭 🌽 🌽 🌽 🐭 🌽 🚜 
🌽 🚜 🌽 🌽 🌽 🌽 🌽 🌽 🌽 🌽 
🌽 🌽 🌽 🌽 🌽 🌽 🌽 🌽 🌽 🌽 
🌽 🐭 🌽 🌽 🌽 🚜 🌽 🌽 🌽 🌽 
🌽 🌽 🌽 🌽 🌽 🌽 🐭 🌽 🌽 🌽 
🚜 🌽 🚜 🌽 🌽 🌽 🌽 🚜 🌽 🌽 
🌽 🌽 🌽 🌽 🌽 🌽 🌽 🚜 🌽 🚜 
🌽 🚜 🌽 🚜 🚜 🌽 🌽 🌽 🚜 🌽 

terrain = "city"
🏒 🏒 🏒 🏒 🏒 🏒 🏒 🏒 🏒 🏬 
🏬 🏒 🏒 🏒 🏒 🏒 🏒 🏒 🏒 🏬 
🏒 🏒 🏒 🏒 🏒 🏒 🏒 🏬 🏬 🏒 
🏒 🏒 🏬 🏒 🏒 🏒 🏒 🏒 🏒 🏒 
🏬 🏬 🏒 🏒 🏒 🏒 🏒 🏒 🏒 🏒 
🏒 🏒 🏬 🏒 🏬 🏒 🏒 🏒 🏒 🏬 
🏒 🦝 🏒 🏬 🏒 🏒 🏒 🏒 🏒 🏒 
🏒 🏒 🦝 🏒 🏒 🏒 🏒 🏬 🏒 🏒 
🏒 🏬 🏒 🏒 🏬 🏒 🏒 🦝 🏬 🏒 
🏒 🦝 🏒 🏒 🦝 🏬 🏒 🏒 🏬 🏒 

terrain = "desert"
🏜 🏜 🌡 🌡 🏜 🏜 🏜 🏜 🏜 🏜 
🏜 🏜 🏜 🏜 🐫 🌡 🏜 🏜 🏜 🐫 
🏜 🏜 🏜 🏜 🏜 🏜 🏜 🏜 🏜 🐫 
🏜 🏜 🌡 🏜 🏜 🏜 🏜 🏜 🏜 🏜 
🏜 🏜 🏜 🏜 🏜 🏜 🏜 🏜 🏜 🏜 
🌡 🏜 🏜 🏜 🏜 🏜 🏜 🏜 🏜 🏜 
🏜 🌡 🏜 🌡 🏜 🏜 🌡 🏜 🏜 🌡 
🏜 🏜 🏜 🐫 🏜 🏜 🏜 🏜 🏜 🏜 
🐫 🏜 🌡 🏜 🏜 🌡 🏜 🏜 🏜 🏜 
🌡 🏜 🏜 🏜 🐫 🏜 🏜 🏜 🏜 🏜 

terrain = "forest"
🌲 🐿 🐿 🌲 🐿 🌲 🌲 🌲 🌲 🌲 
πŸŽ„ 🌲 🌲 🐿 🐿 πŸŽ„ 🌲 🌲 🌲 🌲 
🐿 🌲 🌲 🌲 🐿 🐿 🌲 🌲 🌲 🌲 
🌲 🐿 🌲 🌲 🌲 🌲 🌲 🌲 🐿 🌲 
🌲 🌲 🌲 🐿 🌲 🌲 🌲 🌲 🌲 🌲 
🌲 🌲 🌲 🐿 🌲 🌲 🌲 🌲 🌲 🌲 
🌲 🐿 πŸŽ„ 🌲 🌲 🌲 🌲 🐿 🌲 🌲 
🌲 🌲 🌲 🐿 🌲 🐿 🌲 🌲 🌲 πŸŽ„ 
🐿 🌲 🌲 🌲 🌲 🌲 🌲 🌲 🌲 🐿 
🌲 🌲 🌲 🌲 🌲 🐿 🌲 🐿 🌲 πŸŽ„ 

terrain = "garden"
🌹 🌹 🌹 🌹 🌹 🌱 🌹 🌹 🌱 🌹 
🌹 🌹 🌹 🌹 🌹 🌹 🌹 🌹 🌹 🌱 
🌹 🌹 🌹 🌹 🌱 🌹 🌱 🌹 🌱 🌹 
🌹 🌹 🌹 πŸ₯€ 🌹 🌱 🌹 🌹 🌹 🌱 
🌹 🌱 🌹 🌹 🌹 🌹 🌹 🌹 🌹 🌱 
🌹 🌹 🌹 🌹 🌹 🌹 🌱 🌹 🌹 🌹 
🌹 🌱 🌹 🌹 🌹 πŸ₯€ 🌱 🌹 🌱 🌹 
🌹 🌱 🌹 🌹 πŸ₯€ 🌱 πŸ₯€ 🌹 🌹 🌹 
🌹 🌹 πŸ₯€ 🌹 🌹 🌹 🌹 🌱 🌹 🌹 
🌹 🌱 🌹 🌱 🌹 🌱 🌱 🌹 🌹 🌹 

terrain = "liminal"
⬜ ⬜ ⬜ ⬜ πŸšͺ ⬜ ⬜ ⬜ ⬜ ⬜ 
⬜ ⬜ ⬜ ⬜ ⬜ ⬜ ⬜ ⬜ πŸšͺ ⬜ 
⬜ ⬜ ⬜ ⬜ ⬜ πŸšͺ ⬜ πŸšͺ πŸšͺ ⬜ 
⬜ ⬜ ⬜ ⬜ πŸšͺ ⬜ ⬜ ⬜ ⬜ ⬜ 
⬜ ⬜ πŸšͺ πŸ’‘ ⬜ ⬜ ⬜ ⬜ ⬜ ⬜ 
⬜ ⬜ ⬜ πŸ’‘ πŸšͺ ⬜ ⬜ ⬜ ⬜ ⬜ 
⬜ ⬜ ⬜ ⬜ ⬜ ⬜ ⬜ ⬜ ⬜ πŸšͺ 
πŸ’‘ ⬜ ⬜ πŸšͺ ⬜ ⬜ πŸšͺ ⬜ ⬜ πŸšͺ 
⬜ πŸ’‘ ⬜ ⬜ ⬜ ⬜ πŸšͺ ⬜ ⬜ πŸ’‘ 
⬜ ⬜ πŸšͺ ⬜ ⬜ ⬜ πŸšͺ πŸšͺ πŸšͺ ⬜ 

terrain = "mountains"
β›° β›° β›° πŸ”οΈ β›° β›° β›° πŸ”οΈ 🐐 β›° 
πŸ”οΈ β›° πŸ”οΈ β›° β›° β›° πŸ”οΈ β›° β›° β›° 
πŸ”οΈ β›° β›° β›° β›° β›° 🐐 πŸ”οΈ β›° β›° 
πŸ”οΈ β›° β›° β›° πŸ”οΈ β›° β›° β›° 🐐 β›° 
β›° πŸ”οΈ β›° β›° β›° β›° β›° β›° πŸ”οΈ β›° 
β›° β›° β›° πŸ”οΈ β›° β›° πŸ”οΈ β›° β›° πŸ”οΈ 
β›° β›° β›° β›° β›° β›° β›° β›° β›° β›° 
πŸ”οΈ β›° πŸ”οΈ β›° β›° β›° β›° β›° β›° β›° 
β›° β›° πŸ”οΈ β›° β›° β›° 🐐 πŸ”οΈ β›° β›° 
β›° β›° β›° β›° β›° β›° β›° β›° πŸ”οΈ 🐐 

terrain = "ocean"
🌊 🌊 🌊 🌊 🌊 🌊 🌊 🌊 🏝 🌊 
🌊 🏝 🏝 🌊 🏝 🐬 🏝 🌊 🌊 🏝 
🌊 🌊 🌊 🏝 🌊 🏝 🌊 🌊 🌊 🌊 
🌊 🏝 🌊 🌊 🌊 🐬 🌊 🏝 🏝 🌊 
🌊 🏝 🌊 🌊 🌊 🐬 🌊 🌊 🌊 🌊 
🌊 🌊 🌊 🌊 🌊 🌊 🌊 🌊 🌊 🌊 
🌊 🌊 🌊 🏝 🌊 🌊 🏝 🌊 🌊 🌊 
🌊 🐬 🌊 🌊 🐬 🌊 🌊 🌊 🏝 🌊 
🌊 🌊 🌊 🏝 🏝 🌊 🌊 🐬 🌊 🐬 
🌊 🏝 🏝 🌊 🌊 🌊 🏝 🏝 🌊 🌊 

terrain = "pastoral"
πŸ“ πŸ“ πŸ“ 🐣 πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ πŸ₯š 
πŸ“ 🐣 πŸ“ πŸ“ πŸ₯š πŸ“ πŸ₯š πŸ“ πŸ“ πŸ“ 
πŸ₯š πŸ“ πŸ“ πŸ₯š πŸ₯š πŸ“ πŸ₯š πŸ“ πŸ₯š πŸ₯š 
πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ πŸ₯š πŸ₯š πŸ₯š πŸ“ 
πŸ“ 🐣 πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ 🐣 
πŸ“ πŸ₯š πŸ₯š πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ 
πŸ“ πŸ“ πŸ“ 🐣 πŸ“ πŸ“ πŸ“ πŸ₯š πŸ“ πŸ“ 
πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ 🐣 πŸ“ πŸ“ πŸ“ 
πŸ“ πŸ“ πŸ“ πŸ₯š πŸ“ πŸ₯š πŸ“ πŸ₯š πŸ“ πŸ“ 
πŸ₯š πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ πŸ“ 

terrain = "polar"
🌨 🌨 🌨 🌨 🌨 🌨 🌨 🌨 🐧 ❄️ 
❄️ ❄️ ❄️ 🌨 🌨 🌨 🌨 🌨 🌨 🌨 
❄️ 🐧 🌨 ❄️ 🌨 ❄️ 🌨 ❄️ 🌨 🌨 
🌨 🌨 🌨 🌨 🌨 🌨 ❄️ ❄️ 🌨 ❄️ 
🌨 ❄️ 🌨 🌨 🐧 🌨 🌨 🌨 🌨 🌨 
🌨 🌨 🌨 🐧 🌨 🌨 🌨 🐧 🌨 ❄️ 
🌨 🌨 🌨 🌨 🐧 ❄️ 🌨 🌨 🌨 🌨 
🌨 🌨 🌨 🌨 🌨 🌨 🌨 ❄️ 🐧 ❄️ 
🌨 🌨 🌨 🐧 🐧 🌨 🌨 🌨 🌨 🌨 
❄️ ❄️ 🌨 🐧 🌨 🌨 ❄️ 🌨 🌨 🌨 

terrain = "rainforest"
🌳 🐍 🌳 🌳 🐍 🌳 🐍 🌳 🌳 🌳 
🐍 🌳 🌳 🌳 🌳 🌳 🌳 🌳 🦍 🌳 
🌳 🌳 🌳 🦍 🐍 🌳 🐍 🌳 🌳 🐍 
🌳 🌳 🌳 🐍 🌳 🌳 🌳 🌳 🌳 🌳 
🌳 🐍 🌳 🌳 🌳 🌳 🐍 🐍 🐍 🌳 
🦍 🌳 🐍 🐍 🌳 🌳 🌳 🌳 🌳 🦍 
🌳 🐍 🌳 🐍 🌳 🌳 🌳 🌳 🌳 🌳 
🐍 🐍 🌳 🌳 🐍 🌳 🌳 🐍 🦍 🌳 
🐍 🌳 🌳 🌳 🐍 🌳 🌳 🐍 🌳 🐍 
🐍 🌳 🌳 🌳 🌳 🌳 🌳 🌳 🌳 🐍 

terrain = "sky"
✈️ 🌧 🌧 🌧 🌧 🌧 🌧 🌧 🌧 🌧 
🌧 🌧 🌧 🌈 🌧 🌈 ✈️ 🌧 🌧 🌧 
🌧 🌧 🌈 🌧 🌧 🌧 🌈 🌧 🌧 🌧 
🌧 ✈️ 🌧 🌧 🌧 🌧 🌧 🌧 🌧 🌧 
✈️ 🌧 🌧 🌧 🌧 🌧 🌧 🌧 🌧 🌧 
🌧 ✈️ 🌧 🌧 🌈 🌧 🌧 🌈 🌧 ✈️ 
🌧 🌧 🌈 🌧 🌧 🌧 🌧 🌧 ✈️ 🌧 
🌧 🌧 🌈 🌧 🌈 🌧 🌧 🌧 🌧 🌈 
🌧 🌈 🌧 🌧 🌧 🌈 🌧 🌧 🌧 🌧 
🌧 🌧 🌧 🌧 🌧 🌧 🌈 🌧 🌧 🌧 

terrain = "space"
⬛ ⬛ ⬛ ⬛ ⭐ ⭐ ⭐ ⭐ ⬛ ⬛ 
⬛ ⬛ ⭐ ⬛ ⭐ ⬛ ⬛ ⬛ ⬛ ⬛ 
⬛ ⬛ ⬛ ⭐ ⭐ ⬛ ⭐ ⬛ ⭐ ⬛ 
⭐ ⬛ ⬛ ⭐ ⬛ ⬛ ⬛ ⬛ ⬛ ⬛ 
⬛ ⬛ ⬛ ⬛ πŸ›° ⬛ ⬛ ⭐ ⬛ ⬛ 
⬛ ⬛ ⬛ ⬛ ⭐ ⬛ ⬛ ⬛ ⭐ ⭐ 
⬛ ⬛ ⬛ ⬛ ⬛ ⭐ ⬛ ⬛ ⭐ ⬛ 
⬛ ⬛ ⭐ ⬛ ⬛ ⬛ ⬛ ⬛ πŸ›° ⭐ 
⬛ ⬛ ⬛ ⬛ ⬛ ⭐ ⬛ ⭐ ⬛ ⬛ 
⬛ ⬛ πŸ›° ⭐ ⭐ ⬛ ⬛ ⭐ ⬛ ⬛ 

terrain = "suburbs"
🏑 🌳 🌳 🌳 🏑 🌳 🌳 🌳 🌳 🌳 
🏑 🌳 🌳 🌳 🏑 🏑 🌳 🌳 🌳 🚴 
🚴 🌳 🌳 🌳 🌳 🌳 🌳 🏑 🌳 🏑 
🌳 🌳 🌳 🌳 🏑 🌳 🌳 🏑 🌳 🌳 
🌳 🌳 🏑 🌳 🌳 🌳 🏑 🌳 🌳 🏑 
🌳 🏑 🏑 🌳 🌳 🌳 🌳 🏑 🌳 🌳 
🚴 🌳 🚴 🌳 🏑 🌳 🌳 🌳 🌳 🏑 
🌳 🌳 🚴 🌳 🏑 🌳 🌳 🏑 🏑 🌳 
🌳 🌳 🌳 🏑 🌳 🌳 🌳 🏑 🌳 🌳 
🌳 🌳 🌳 🌳 🏑 🌳 🏑 🌳 🏑 🌳 

terrain = "traffic"
πŸš— 🚚 πŸš• πŸš— πŸš• πŸš— πŸš• πŸš• πŸš• πŸš• 
πŸš— πŸš— πŸš— πŸš• πŸš— πŸš— πŸš• πŸš• πŸš— πŸš— 
πŸš— πŸš— πŸš• πŸš• πŸš— πŸš— πŸš— πŸš— πŸš— πŸš— 
πŸš— πŸš— πŸš— πŸš— πŸš— πŸš— πŸš— πŸš— πŸš— πŸš• 
πŸš— πŸš• πŸš— 🚚 πŸš• πŸš— πŸš— πŸš— πŸš— πŸš• 
πŸš• πŸš— πŸš— πŸš— πŸš— πŸš— πŸš• πŸš— πŸš— πŸš— 
πŸš— πŸš— 🚚 πŸš— πŸš— πŸš— πŸš— 🚚 πŸš— πŸš— 
πŸš• πŸš— πŸš• πŸš— πŸš— πŸš— πŸš— πŸš— πŸš— πŸš• 
πŸš• πŸš— πŸš• πŸš— πŸš• πŸš— πŸš— 🚚 πŸš— πŸš— 
πŸš— πŸš• πŸš• πŸš— πŸš• πŸš• πŸš— πŸš• πŸš— πŸš— 

terrain = "undergrowth"
πŸ‚ πŸ‚ 🐜 πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ 🐜 πŸ‚ 
πŸ„ πŸ‚ πŸ‚ πŸ‚ 🐜 πŸ‚ πŸ‚ πŸ‚ πŸ‚ 🐜 
πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ„ 🐜 πŸ‚ πŸ‚ πŸ‚ 
πŸ‚ πŸ‚ 🐜 πŸ‚ 🐜 πŸ‚ 🐜 🐜 🐜 πŸ‚ 
πŸ‚ πŸ‚ πŸ„ πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ 
πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ 🐜 πŸ‚ πŸ‚ πŸ‚ 
πŸ‚ πŸ‚ πŸ‚ 🐜 πŸ‚ πŸ‚ 🐜 🐜 πŸ‚ πŸ‚ 
πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ 
πŸ‚ 🐜 πŸ‚ 🐜 πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ πŸ‚ 
πŸ‚ πŸ‚ 🐜 πŸ‚ 🐜 πŸ‚ πŸ„ πŸ‚ πŸ‚ πŸ‚ 

terrain = "woods"
🌰 🌳 🌳 🌳 🌳 🌳 🌳 🌳 🌰 🌰 
🐿 🌳 🌳 🌳 🌳 🌰 🌳 🌳 🌰 🌰 
🌳 🌳 🌳 🌳 🌳 🌳 🌳 🌳 🌳 🌳 
🌳 🌰 🌳 🌳 🌳 🌳 🌳 🌳 🌰 🌰 
🌰 🌳 🌳 🌳 🌳 🌳 🌰 🌳 🌰 🌳 
🌰 🌳 🌳 🌳 🌰 🌳 🌰 🌰 🌳 🌳 
🌳 🌰 🌳 🌳 🌳 🌰 🌳 🌳 🌳 🌳 
🌳 🌳 🌰 🌳 🌳 🌰 🌳 🌰 🌳 🌳 
🌰 🌳 🌰 🐿 🌳 🌳 🌳 🌳 🌳 🌳 
🌳 🌰 🌳 🌳 🌳 🌳 🌳 🌳 🌳 🌳 
Click for all emoji sets
terrain = "arable"
  terrain        name emoji     freq
1  arable ear_of_corn    🌽   common
2  arable     tractor    🚜 uncommon
3  arable       mouse    🐭     rare

terrain = "city"
  terrain             name emoji     freq
1    city  office_building    🏒   common
2    city department_store    🏬 uncommon
3    city          raccoon    🦝     rare

terrain = "desert"
  terrain   name emoji     freq
1  desert desert     🏜   common
2  desert cactus    🌡 uncommon
3  desert  camel    🐫     rare

terrain = "forest"
  terrain           name emoji     freq
1  forest evergreen_tree    🌲   common
2  forest       squirrel     🐿 uncommon
3  forest christmas_tree    πŸŽ„     rare

terrain = "garden"
  terrain          name emoji     freq
1  garden          rose    🌹   common
2  garden      seedling    🌱 uncommon
3  garden wilted_flower    πŸ₯€     rare

terrain = "liminal"
  terrain               name emoji     freq
1 liminal white_large_square    ⬜   common
2 liminal               door    πŸšͺ uncommon
3 liminal         light_bulb    πŸ’‘     rare

terrain = "mountains"
    terrain                 name emoji     freq
1 mountains             mountain     β›°   common
2 mountains snow_capped_mountain     πŸ”οΈ uncommon
3 mountains                 goat    🐐     rare

terrain = "ocean"
  terrain          name emoji     freq
1   ocean    water_wave    🌊   common
2   ocean desert_island     🏝 uncommon
3   ocean       dolphin    🐬     rare

terrain = "pastoral"
   terrain           name emoji     freq
1 pastoral        rooster    πŸ“   common
2 pastoral            egg    πŸ₯š uncommon
3 pastoral hatching_chick    🐣     rare

terrain = "polar"
  terrain            name emoji     freq
1   polar cloud_with_snow     🌨   common
2   polar       snowflake     ❄️ uncommon
3   polar         penguin    🐧     rare

terrain = "rainforest"
     terrain           name emoji     freq
1 rainforest deciduous_tree    🌳   common
2 rainforest          snake    🐍 uncommon
3 rainforest        gorilla    🦍     rare

terrain = "sky"
  terrain            name emoji     freq
1     sky cloud_with_rain     🌧   common
2     sky         rainbow    🌈 uncommon
3     sky        airplane     ✈️     rare

terrain = "space"
  terrain               name emoji     freq
1   space black_large_square    ⬛   common
2   space               star    ⭐ uncommon
3   space              orbit     πŸ›°     rare

terrain = "suburbs"
  terrain              name emoji     freq
1 suburbs    deciduous_tree    🌳   common
2 suburbs house_with_garden    🏑 uncommon
3 suburbs     person_biking    🚴     rare

terrain = "traffic"
  terrain       name emoji     freq
1 traffic automobile    πŸš—   common
2 traffic       taxi    πŸš• uncommon
3 traffic      truck    🚚     rare

terrain = "undergrowth"
      terrain        name emoji     freq
1 undergrowth fallen_leaf    πŸ‚   common
2 undergrowth         ant    🐜 uncommon
3 undergrowth    mushroom    πŸ„     rare

terrain = "woods"
  terrain           name emoji     freq
1   woods deciduous_tree    🌳   common
2   woods       chestnut    🌰 uncommon
3   woods       chipmunk     🐿     rare

Terrain expansion

You can raise a new issue or pull request to add a terrain, which are specified in /R/utils.R. Please note that the emojiscape project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

emojiscape's People

Contributors

matt-dray avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.