From 17e407f0c1aa056ebfe8ca6d7283bdbdf773e68a Mon Sep 17 00:00:00 2001 From: lars Date: Wed, 21 Nov 2018 23:44:46 +0000 Subject: [PATCH 1/2] Add No-Brain Jogging to examples --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 714e785..aa31949 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,11 @@ Here are some screenshots from the examples! | --- | --- | | ![Raycaster](https://github.com/faiface/pixel-examples/blob/master/community/raycaster/screenshot.png) | ![Starfield](https://github.com/faiface/pixel-examples/blob/master/community/starfield/screenshot.png) | + +| [gonutz' No-Brain Jogging](https://github.com/gonutz/no-brain-jogging) | +| --- | +| ![NoBrainJogging](https://raw.githubusercontent.com/gonutz/no-brain-jogging/master/screenshots/screenshot.png) | + ## Features Here's the list of the main features in Pixel. Although Pixel is still under heavy development, From 4a0b2f5107909df9baf6a3c2f4612a78ad5369db Mon Sep 17 00:00:00 2001 From: Lars Date: Fri, 23 Nov 2018 11:23:38 +0100 Subject: [PATCH 2/2] Replace startfield example with No-Brain Jogging --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aa31949..01b56f5 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,9 @@ Here are some screenshots from the examples! | --- | --- | | ![Smoke](https://github.com/faiface/pixel-examples/blob/master/smoke/screenshot.png) | ![Typewriter](https://github.com/faiface/pixel-examples/blob/master/typewriter/screenshot.png) | -| [Raycaster](https://github.com/faiface/pixel-examples/blob/master/community/raycaster) | [Starfield](https://github.com/faiface/pixel-examples/blob/master/community/starfield) | +| [Raycaster](https://github.com/faiface/pixel-examples/blob/master/community/raycaster) | [gonutz' No-Brain Jogging](https://github.com/gonutz/no-brain-jogging) | | --- | --- | -| ![Raycaster](https://github.com/faiface/pixel-examples/blob/master/community/raycaster/screenshot.png) | ![Starfield](https://github.com/faiface/pixel-examples/blob/master/community/starfield/screenshot.png) | - - -| [gonutz' No-Brain Jogging](https://github.com/gonutz/no-brain-jogging) | -| --- | -| ![NoBrainJogging](https://raw.githubusercontent.com/gonutz/no-brain-jogging/master/screenshots/screenshot.png) | +| ![Raycaster](https://github.com/faiface/pixel-examples/blob/master/community/raycaster/screenshot.png) | ![NoBrainJogging](https://raw.githubusercontent.com/gonutz/no-brain-jogging/master/screenshots/screenshot.png) | ## Features