diff --git a/content/posts/forest-sprites-preview.md b/content/posts/forest-sprites-preview.md new file mode 100644 index 0000000..462fad5 --- /dev/null +++ b/content/posts/forest-sprites-preview.md @@ -0,0 +1,19 @@ +--- +title: 'Delving Into Game Development: Forest Sprites Preview' +date: 2020-06-10 +tags: + - Unity + - Games +coverImage: /images/uploads/forest-sprites-preview.png +description: >- + Back in the day I was very into Flash, now Unity is a new hobby of mine. Check out this preview for my upcoming first game: Forest Sprites. +--- + +In the early 2000's I would spent a perhaps unhealthy amount of time in Flash creating animations, games and learning graphic design skills that I now rely on today. Now, for the past month I've dabbled in creating my first full game in Unity that I'd like to announce here called Forest Sprites. + +Forest Sprites is a game where you control one, of many, sprites of the forest - or, essentially, balls of Earth energy that is called upon to come together for a purpose. I'm still working on the exact story and end goal, but this will be a short and sweet adventure game with a focus on exploring a beautiful environment to some beautiful music being created custom for the game by alp of [datafruits](https://datafruits.fm/). It'll be a side scroller with plenty of particles and other fun visuals. + +![Main Menu Intro Animations](/images/uploads/forest-sprites-preview-menu.gif) + +I hope to finish the game in a little over a month's time. Stay tuned! + diff --git a/static/images/uploads/forest-sprites-preview-menu.gif b/static/images/uploads/forest-sprites-preview-menu.gif new file mode 100644 index 0000000..49f216b Binary files /dev/null and b/static/images/uploads/forest-sprites-preview-menu.gif differ diff --git a/static/images/uploads/forest-sprites-preview.png b/static/images/uploads/forest-sprites-preview.png new file mode 100644 index 0000000..d316705 Binary files /dev/null and b/static/images/uploads/forest-sprites-preview.png differ