Cobee The Coder

My Projects Details

Desert Rally

Desert Rally is using Visual Programming to create kind of Endless Game. I use Scratch for my first time learning programming because it helps me to improve my logical thinking of how to sequencing the codes and make it work with just the codes provided. We can add Sprites as much as needed, background, backsound, even we can draw it ourselves. Scratch also provides additional extensions like translate or pen, even Cloud Variables if you want to make multiplayer game.

Memory Game

Memory Game helps you to improve your ability to memorize something with a fun way. This game created on Visual Studio Code with Javascript game framework, called Phaser. It becomes easier to create a game if you use framework because the code is more readable, easy to use, and they provide many object and clasess that ready to use. This Memory Game i have made has a player to control with key arrows. The player have to check every box to match it with others. It also has timer so you have to match all the items inside the box before the time is over.

Platformer Game

There are so many type of platformer games that you can get on the internet. Now you can make it yourself on a game editor called Construct 3 with easy way. Construct 3 allows you to coding without code. You just have to choose the events provided in the Event Sheet. You will work on a different tab for your design layout so it becomes more comfortable in making game. To make a Platformer Game like this you can draw you own Sprites in Construct 3 or use a different editor. There are also so many websites that provide game assets for free in the internet.

Florist Shop Website

Florist Shop is an e-commerce (Online Shop) website that build with only HTML and CSS. Actually, it's fun to play with native HTML and CSS as long as you enjoy the process and do not think about an instant way. Florist Shop website shows all products that available in the store. It also have information about how it was build.