'desc':'Rock Bottom is a game I\'ve been working on for a little more than a year now. It\'s a 2D-sidescrolling sandbox game with a storyline that has multiplayer support, a modding API and a lot more fun stuff. It\'s currently still in early development.',
'links':{
'Website':'https://rockbottom.ellpeck.de',
'API on GitHub':'https://github.com/RockBottomGame/API'
},
'status':'In Development'
},
{
'name':'Actually Additions',
'desc':'Actually Additions is a rather popular Minecraft mod that I used to work on. It\'s become widely known in the modding community and has reached over 10 million downloads by now, which is crazy. I don\'t work on it anymore myself, but it\'s being maintained for current versions by someone else.',
'desc':'A simple game of sudoku. Fill in the board with numbers one through nine, making sure each row, column and three by three field only ever has one of the same number. A board is randomly generated for you every time you refresh the page. Use the scroll wheel to input numbers into a selected field.',
'links':{
'Play it here':'https://ellpeck.de/sudoku',
'Check the source':'https://github.com/Ellpeck/Sudoku'
'desc':'This was the first thing I made in JavaScript. It generates a crossword puzzle based on a predefined list of hints and words that you can fill out. You can also check if your answers are correct. It\'s a bit sloppy and sometimes it generates really small puzzles, but I think it\'s alright for a first project.',
'links':{
'Play it here':'https://www.ellpeck.de/crossword/'
},
'status':'On hold'
},
{
'name':'Poem Generator',
'desc':'This was a bit of a failed experiment. It was supposed to generate poems in the style of the ones that I write based on a list of predefined words, but I noticed quickly that it\'s just to random to generate anything nice.',
'links':{
'Check it out here':'https://www.ellpeck.de/poemgen/'