mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
New post
This commit is contained in:
parent
f9674af147
commit
cf08e53340
1 changed files with 84 additions and 0 deletions
84
content/blog/tildeverse-ascii-towns-cadastre.md
Normal file
84
content/blog/tildeverse-ascii-towns-cadastre.md
Normal file
|
@ -0,0 +1,84 @@
|
||||||
|
---
|
||||||
|
title: "Ascii Towns in the Tildeverse with Cadastre"
|
||||||
|
date: 2024-01-17T18:14:32-05:00
|
||||||
|
draft: false
|
||||||
|
tags: []
|
||||||
|
math: false
|
||||||
|
medium_enabled: false
|
||||||
|
---
|
||||||
|
|
||||||
|
[Cadastre](https://github.com/jmdejong/cadastre) stitches together plots of "land" that users on a tilde server control. Ultimately creating one giant ascii town.
|
||||||
|
|
||||||
|
For example, consider one user has the following in `~/.cadastre/home.txt`:
|
||||||
|
|
||||||
|
```
|
||||||
|
0 0
|
||||||
|
####################
|
||||||
|
# ________ #
|
||||||
|
# /~\__\___\ #
|
||||||
|
# | | | | ,,,, #
|
||||||
|
# ,,,,, #
|
||||||
|
# ~~~~~ ,,,,, #
|
||||||
|
# ~~~~~ _ #
|
||||||
|
# ~~~~~ (*) #
|
||||||
|
# ~deepend | #
|
||||||
|
# #
|
||||||
|
####################
|
||||||
|
```
|
||||||
|
|
||||||
|
While another user has:
|
||||||
|
|
||||||
|
```
|
||||||
|
0 1
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
~~ ~~~~~~~~~~~~~
|
||||||
|
~ ~~~ ~~~~~~~~~~
|
||||||
|
~~~~~~~~~ ~~~ ~
|
||||||
|
~~~~~~~~~~~ ~~~
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
```
|
||||||
|
|
||||||
|
Then the stitched together town will be:
|
||||||
|
|
||||||
|
```
|
||||||
|
#################### ~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
# ________ # ~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
# /~\__\___\ # ~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
# | | | | ,,,, # ~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
# ,,,,, # ~~ ~~~~~~~~~~~~~
|
||||||
|
# ~~~~~ ,,,,, # ~ ~~~ ~~~~~~~~~~
|
||||||
|
# ~~~~~ _ # ~~~~~~~~~ ~~~ ~
|
||||||
|
# ~~~~~ (*) # ~~~~~~~~~~~ ~~~
|
||||||
|
# ~deepend | # ~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
# # ~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
#################### ~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
```
|
||||||
|
|
||||||
|
Ascii art is something that always interested me, but I never took the time to make. Cadastre limits us to 24x12 characters which serves as a good starting canvas for myself.
|
||||||
|
|
||||||
|
You might be able to tell, but I'm a big fan of mountains.
|
||||||
|
|
||||||
|
```
|
||||||
|
+=======================+
|
||||||
|
. /\ .
|
||||||
|
. / \ /\ .
|
||||||
|
. / \/ \/\ .
|
||||||
|
. / \ _ \ \ .
|
||||||
|
. ____// .
|
||||||
|
. ___/____/ @@@ .
|
||||||
|
. ___/ @@@@@@@ .
|
||||||
|
. @@@@@@@@@ .
|
||||||
|
. @@@@@@@ .
|
||||||
|
. ~brozek | | .
|
||||||
|
.........................
|
||||||
|
```
|
||||||
|
|
||||||
|
Check out my plot among the village over at [tilde.club](https://tilde.club/~troido/cadastre/town.html). For a more lively instance check out [tilde.town](http://tilde.town/~troido/cadastre/town.html).
|
||||||
|
|
||||||
|
*Thanks to [~troido](http://tilde.town/~troido/) for creating this cool piece of software!*
|
Loading…
Reference in a new issue