To start off the new week I needed to learn how to draw. Afterall if I wanted to create a game with any form of appeal it has to look good. So with high hopes and unrealsitically high expectations I opened up my computer found a pixel art creating website (Pixelart) and got to workContinue reading “Game development … a process week 2”
Category Archives: Uncategorized
Week 1 – game development … a process
I have always been interested in video games, so much so that now at the age of 20 I am endevouring to make my own. I am entering this experience with very little knowledge and have thus far found the internet, though usually a trove of information for everything and anything, lacks an in depthContinue reading “Week 1 – game development … a process”
An ongoing art collection
The following is a collection of randow setches and paintings that I have done mainly being shared to serve as inspiration and as an example for my previous post “How to maintain focus in online lectures” where I talked about the value in using art to maintain focus in study situations.
How to maintain focus in online lectures
I don’t know about the rest of you but all of my life I have struggled to maintain any form of attention when tasked with doing anything that required me to stay still for long periods of time and just focus on something in front of me. Laid out below is a list of thingsContinue reading “How to maintain focus in online lectures”
How to make money on My time at Portia.
The money in My Time at Portia, at first really confused me as it seemed you didn’t need it all that much, as all of your tools and resources could be easily found from missions and scavenging, and it wasn’t until I was quite a ways into the game and my focus turned from becomingContinue reading “How to make money on My time at Portia.”
2022 Bullet Journal February
Come on a journey with me as I create the layout/ template for my bullet journal diary and planner next year. I am using a spiral bound bdot hournal from typo if anyone is interested in making their own. The ones I am using are no longer available however here are some alterantives. A4 dailyContinue reading “2022 Bullet Journal February”
c++ programming function index
cout: used to print sentences or varibales into the terminal. cin: used to enable inputs from the user int: used to initialise integer variables, that is whole numbers positive and negative. string: used to initialise a string variable such as words
c++ Programming lesson 2: basic inputs/outputs
Okay so now that you have a directory and c++ file created in CS50 IDE (if not see here how to do so,) we are going to look into how we can create a basic piece of coding that with take an input from a user and read out some text. To start the codeContinue reading “c++ Programming lesson 2: basic inputs/outputs”
Free sewing pattern mother load
Bucket hat sewing pattern from the essentials club. Not only is this a super easy quick project with very simple instructions the page also has a full instructional video on how to make the hat, as both a reversible item and a one-sided hat. As well as offering tips and tricks to trouble shoot anyContinue reading “Free sewing pattern mother load”
Programming c++ lesson 1: setting up CS50 IDE
All of my programming tutorials will be involving c++ programming laguage using CS50 IDE online. The first step in your programming journey is going to be preparing your programming environment. I use CS50 IDE which is free to use and helpful for big projects and forgetful people who don’t constantly save their coding as itContinue reading “Programming c++ lesson 1: setting up CS50 IDE”