So I bought a Raspberry Pi camera module couple of weeks back and created some time-lapses of my garden in the back. The video above shows you one of the time-lapses I captured via the Raspberry Pi camera. I thought this was going to be fairly difficult but it turned out to be simple. So in this post I will tell you how to create your own time-lapse using your Raspberry Pi (this post will most likely be useful for other beginners like me).
Author: Lovepreet
Subconsciously Solving My Problems
This is just a small post for everyone who has difficulty solving arithmetic (or any other) problems. Instead of trying to work on the problem to solve it, try doing another mindless task. This can be anything from eating, having a shower or even sleeping. This way while you are consciously doing the other mindless tasks, your brain will subconsciously work on the problem and solve it (or at least lead you in the right direction).
Ludum Dare 48 #29
Over the last weekend was Ludum Dare #29. This was the first time that I participated in Ludum Dare. Ludum Dare happens every four months where the goal is to create a game in 48 hours. The theme for this Ludum Dare was ‘Beneath The Surface’. I created a game called Beneath The Game.
GM48 #10
This was the second GM(48) game jam I had participated in 2014. GM48 is a game jam that happens every season (3 months) where the goal is to create a game using GameMaker Studio in 48 hours. The theme for this game jam was ‘Guns That Don’t Shoot Bullets’. I created a game called Arena Hunter.
One Year On
Today marks a special day. It marks one year since I finished my final year report and more importantly, one year since I finished my first ever video game. The video game I created was called ‘Warrior Of Normandy’ and it was used to answer the academic question “Can video games teach basic educational principles to primary school children without them being aware that they are learning?”. I enjoyed creating the video game so much that after I graduated I started to learn Unity and GameMaker. I believe this was the first time I got interested in video game development and believed that I actually could succeed at it. The download links to the video game created and my final year project report can be found below:
EGX Rezzed 2014 Review
So EGX Rezzed 2014 is over. It was my first ever games convention and I loved every single day I went. In this post I am just going to talk about what I enjoyed on all three days while I was there.
EGX Rezzed 2014
So today I found out EGX Rezzed 2014 is happening tomorrow. Thankfully because my boss is a good guy he let me have tomorrow off. This means that I will be attending EGX Rezzed 2014 for all three days. This will be the first ever games convention I will have gone to. Hopefully I will be able to see some great games and meet some nice people. Sadly by going to EGX means that I will not be able to finish my Mini Ludum Dare Demake game. I will try and finish it another time instead. If anybody wants to meet up at EGX (would be nice since I don’t know anybody going) then leave a comment on this blog post or contact me via Twitter.
This is a step by step guide on how I managed to pair my Bluetooth keyboard (RII ProMini) with the Raspberry Pi. This might help people who are struggling with it just as I was.
- First of all, start with a fresh install of NOOBS on your Raspberry Pi and install Raspbian. This will rule out anything you have done before that would prevent this guide from working.
- Plug the Bluetooth dongle directly on the Raspberry PI board.
- Boot the Raspberry PI and connect to it using SSH from another computer.
- Switch to root.
The Bluetooth installation was not working with me when I was using the latest NOOBS build so I went with a build before December 8th 2013 (November 4th 2013 build). I have noticed on several different forums that the latest build of NOOBS is using a kernel that is stopping most, if not all, Bluetooth dongles from working. I am not sure how true that is since I am not a Linux expert. But I can say that my Bluetooth keyboard worked with a older build of NOOBS and not with the latest build.
All you need is an SSH client like PuTTY, the IP address of your Raspberry and your login credentials. I would not recommend using a wired keyboard since my installation would not work when I was using one. This could have just been a one-off situationso it might not happen to you. Just do not say that I did not warn you.
sudo -s
Wild West Roguelike Mentions
This post is some shameless self-promotion of the game I recently made for the seven 7drl Challenge 2014, Wild West Roguelike. This is the first time where I have been getting positive reviews from a game I have made. So I decided to put all them nice mentions/reviews in this post. I will update this post if my game gets mentioned anywhere else as well.
Seven Day Roguelike Challenge 2014
So it is March now and that means its time for the annual 7drl (Seven Day Roguelike Challenge). Before I continue with this post let me state two important points:
- I never made a roguelike before.
- I never played a roguelike until a week before this challenge.
So let me explain my two important points. I knew what a roguelike was but I never played one. I had seen them being played but I was usually put off by their graphics. But since games in recent years started to have roguelike features (which I found out I enjoy after playing the original version of Spelunky last year), I decided to look more into what a roguelike is. I first decided to actually play a proper roguelike which ended up being NetHack, a second generation major roguelike. I was surprised how much I enjoyed that. Whilst I was looking more into roguelikes I found out the 7drl was happening in a few weeks. Foolishly (or bravely, you decide) I decided to enter. The finished game will be submitted for 7drl 2014 and also for my March game for One Game A Month. Below is my development log of how the seven days got on.