Coding meets Stories

notepad, mobile, notebook-3316997.jpg
computer, laptop, notebook-2242266.jpg

We are StoryCoder.dev.
Get into coding through stories.
Join us now.
We are an Open Source Community.
Write Stories. Solves Codes.

Join the Open Source Community on:

office desk, minimalist, flat lay-6180921.jpg

At StoryCoder.dev:

You write stories.
With a code in them.
That you can solve.
In all coding languages you want.



Why?

# Get into coding through stories.
# Practice to code. Every story is an exercise.
# Enjoy reading stories. Write your own story.
# Meet coders & story lovers.


StoryCoder.dev Trailer October 2022

StoryCoder.dev Trailer October 2022

computer, laptop, notebook-2242266.jpg

3) What is the Purpose?
Our 4 Visions are to

1) Bring more people, adults, teenagers and children, into coding ๐Ÿ‘ฅ๐Ÿ–ฅ๏ธ๐Ÿ‘ฅ๐Ÿ–ฅ๏ธ๐Ÿ‘ฅโŒจ๏ธ

through beautiful stories

2) Provide free exercises ๐Ÿ“

to learn and practice coding; every story is an exercise

3) Offer all kinds of stories ๐Ÿ“š

to enjoy, read & write for everyone, coders and non-coders

4) Provide a platform to Unite Coders ๐Ÿ’ป and Story lovers ๐Ÿ“– โค๏ธ

Two amazing communities

Open Source Project – Project Open for Collaboration

Everyone can contribute: Story Readers, Coders, Writers, Non-Coders

Hello everyone

and welcome to the storycoder.dev open source project. This project aims at bringing the beauty of coding together with the beauty of story reading, writing and telling; because the beauty of coding is the story behind it. Or the other way round as well: The beauty of the story is the coding behind it. So both ways work!

4) Example Story

See one Example stories below:

Poseidons Ice Cubes ๐ŸงŠ๐ŸงŠ๐ŸงŠโš“๏ธ๐Ÿงœโ€โ™‚๏ธ

Itโ€™s boat day today โ›ต with beautiful weather at the sea ๐ŸŒ… , and all is packed to seize the day to the fullest, to โ€˜carpe diemโ€™ ๐Ÿ˜ƒ, just as famous Roman poet Horace had suggested to do everyday . However, for some reason, the mighty water God Poseidon ๐Ÿ”ฑ๐Ÿงœโ€โ™‚ has not enjoyed his drinks ๐Ÿน last night as much as he usually does; and threw a lot of spare ice cubes from the drinks into the sea ๐ŸŒŠ! Thus, the water got extensively colder ๐Ÿฅถ; to be more specific it is 11.475 Seidons cold now, which is 14 Seidons colder than normally. Thus today swimming is not allowed. Seidon is the temperature unit of the sea. 1 Seidon devided by 1.37 equals 1 Degree Celsius. Print the water temperature ๐ŸŒก๏ธ in both entities with max two fraction digit with an equation on a normal, ice-cube free day! (LillyCode, creative commons license CC BY-NC-SA) Tags: Coding Level: Beginner Coding Ideas: define digits, division Story Content: Greek God, Poseidon, Temperature, Water, Seize The Day Story Genre: Historical Fiction

Solution in Dart Programming Language:

```
void main() {
double tempSeidon = 11.475 + 14.0;
double tempCelsius = tempSeidon / 1.37;
print('${tempSeidon.toStringAsFixed(2)}Seidons) = ${tempCelsius.toStringAsFixed(2)}Celsius');
}
```
โ€“> see solution of other programming languages on github: https://github.com/roseTech/storycoder.dev

5) More Stories

Listen and watch below a recorded audio and animated story and the way it is coded:

Bazar Story English
See more stories on the stories’ section of this website or code solutions on GitHub in alphabetical order. See the titles of some stories that were aleady written here:

โ€“ Atheias Garden
– Bazar
– Cruel Teacher
โ€“ Erin the Pangolin
โ€“ Johanns Harp
– Poseidons Ice Cubes
โ€“ Utterly and Flutterly
โ€“ Winter Calmness โ€“ Summer Madness
desktop, computer, coffee-2530405.jpg

StoryCoder.dev unites two amazing communities:
The Coders ๐Ÿ’ป and the Story Lovers ๐Ÿ“– โค๏ธ!

6) Purpose

The combination of reading and enjoying stories while also coding and/ or learn to code is the vision of this project, because life itself consists of stories. The aim is to have many stories with many coding solutions in different programming languages and for beginners to learn coding through stories.

At the moment the coding in the stories is simple code, targeted at beginner coders to learn to code while enjoying stories. However in the same stories later on or in further stories, more difficult coding shall be included for more advanced coders.

7) History

The project originally arose by creating stories to learn the Dart programming language and has then expanded to code the stories in other programming languages as well.
post-it notes, laptop, reminders-3233653.jpg

Year 3023: What is ‘to storycode’? New Entry into Oxford diciontary: Meaning of ‘to storycode’: To code and write stories. Past tense and past participle: storycoded, storycoded.

8) Contact Team

Please visit our contact site here to reach us.

For collaboration and questions, ideas, feedback, etc. contact others working on this project on the discord server called โ€˜StoryCoder.devโ€™ on here. If you donโ€™t have discord yet, you can download it for free on https://discord.com/ .

There is also a contact e-mail info(att)storycoder.dev. Please post your questions, ideas, feedback etc. on discord tough, as they are relevant to all the other contributors as well.

Hopefully, any of the above mentioned collaboration ideas appeal to you (or if not, come up with your idea ๐Ÿ’ก and weโ€™ll see where/ if we can fit it in). Please discuss on the discord server โ€˜StoryCoder.devโ€™ how you would like to additionally contribute to this project.

Team
The team of StoryCoder.dev is you! Every single one who contributes in this open source project forms the team. Thank you for your collaboration.

9) Thank you Note

First and foremost a huge thank you goes to all and every single one of you who has or will collaborate or contribute to this open source project in any shape or form: Thank you very much for your time, devotion, dedication and knowledge that you provide. An open source project like this only works with people like you willing to share and contribute! Thank you very much for believing in the vision of this project!

StoryCoder.dev kindly thanks the open source contributors from:

Are you a StoryCoder yet?
Let’s have some fun writing and solving stories!

computer, office, table-2048166.jpg

10) News โ€“ Updates โ€“ Events

  • 29th August 2022: Website storycoder.dev goes live
  • 25th August 2022: First story with code is presented to group of open source enthusiasts
  • 24th July 2022: First story with code is written and presented to some coders
  • Sometime in June 2022: Idea for storycoder.dev arises while learning the Dart Programming language

laptop, mac, computer-2557572.jpg
coffee, tablet, workplace-2352104.jpg
notepad, mobile, notebook-3316997.jpg
coffee, cafe, table-2242212.jpg
Shopping Basket