diff --git a/_data/events.json b/_data/events.json index 37a97c0..40280d6 100644 --- a/_data/events.json +++ b/_data/events.json @@ -1,4 +1,18 @@ [ + { + "name": "Ludum Dare 48", + "upcoming":true, + "date": { + "start": "2021-04-23", + "end": "2021-04-26" + }, + "team": { + "yes": true, + "url":"https://github.com/Ewpratten/ludum-dare-48" + }, + "url":"https://ldjam.com/events/ludum-dare/48", + "info":"" + }, { "name": "Google CTF 2020", "upcoming":false, diff --git a/_drafts/2021-05-01-Ludum-Dare-48.md b/_drafts/2021-05-01-Ludum-Dare-48.md new file mode 100644 index 0000000..07e64de --- /dev/null +++ b/_drafts/2021-05-01-Ludum-Dare-48.md @@ -0,0 +1,22 @@ +--- +layout: page +title: "Ludum Dare 48: [something here]" +description: "Building a game in Rust in a weekend with friends" +date: 2021-05-01 15:00:00 +written: 2021-04-26 +tags: project gamedev gamejam team ldjam rust raylib +excerpt: >- + [words go here] +redirect_from: + - /post/eb0dJtd9/ + - /eb0dJtd9/ +--- + +## Notes for later + + - 2 Weeks before + - Language and toolchain choices + - Tech Demo + - Fixing raylib bugs + - cargo-web bug + - packaging \ No newline at end of file diff --git a/_posts/2020-04-20-LudumDare46.md b/_posts/2020-04-20-LudumDare46.md index 76450f8..ca36ae2 100644 --- a/_posts/2020-04-20-LudumDare46.md +++ b/_posts/2020-04-20-LudumDare46.md @@ -1,9 +1,9 @@ --- layout: page -title: "LudumDare46 Recap" +title: "Ludum Dare 46: Jamming with friends" description: "Recapping the development of Micromanaged Mike" date: 2020-04-20 12:00:00 -tags: gamedev gamejam team +tags: gamedev gamejam team ldjam javascript redirect_from: - /post/ebsdjtd9/ - /ebsdjtd9/ diff --git a/assets/images/projects/flippycat.png b/assets/images/projects/flippycat.png new file mode 100644 index 0000000..9ae975c Binary files /dev/null and b/assets/images/projects/flippycat.png differ