Portfolio - Programming 11+ Years of Experience in GameMaker: Studio and Programming

Status
Not open for further replies.

BiTrunade

Member


Background
I am a professional game developer with +11 years of experience in GameMaker: Studio and web development. I use GameMaker: Studio 1.4 and GameMaker: Studio +2.3 and can develop games for Desktop, Mobile, and HTML5.

I have 7 GameMaker: Studio assets, two of which are featured on the GameMaker: Marketplace.

Services

Other Services:
One of my clients wanted to modify the Blackjack Complete asset into a Multi-hand Blackjack.


Projects I Have Done for Clients
I work closely with my clients and make sure they are completely satisfied with their projects. I am also open to suggestions and will change/fix things in the game even after delivery.


Here are some projects I have done for clients.
After trying out my asset, PapuDante emailed me to modify my Blackjack asset and develop a Multihand Blackjack game for him. Even though I had the Blackjack asset ready, I decided to build the game from scratch, to meet the client's expectations and include all the features he wants. As well as plan everything ahead for future updates.

The game took 5 days to be developed. And had been updated twice after delivery.
After we worked together on Blackjack, my client decided to renew the contract to develop a Roulette Wheel. Even though the development was a little challenging, the project was delivered within 3 days.
An old project, I have developed this website for a client for his game, uZombie.


Clients' Reviews
A wonderful person .. eloquent valuable .. a brilliant programmer .. a role model for others .. I highly recommend it! and I will continue to work with him .. :) I am very pleased with the work done ...
Imiglikos on Gamepad/Keyboard Remapping
He has designed great games for us, we have customized some video games, he does a fast and efficient job and in our case he corrected all our doubts, improving our initial idea, he has given us the option of adding some features and fixing bugs in our projects in his free time, he has exceeded all our expectations.
— PapuDante on Multi Hand Blackjack and Roulette
I gotta say, I was really impressed with the way my website turned out. They're good at what they do and they will make your webpage look professional.
— mrjonwc on uZombieGame.com Website
[T]hanks for working with me and helping organize my code i had a lot of sloppy mistakes took maybe 6-8 hours to figure it all out with //comments
on everything legit got me back on track!~
— beanbox on organizing, debugging, and commenting a Ghoul n Ghosts project
I was looking for information about a server and with his feedback we ended up creating an interface for our game, you are very creative and what I like the most is that you work fast and he is open to making changes.
— PapuDante on Login System and Accounts + A Real-time Online Status System

GameMaker: Studio Assets

I have developed 7 GameMaker: Studio assets, two of which are featured on the GameMaker: Marketplace.
  1. Hearts - Advanced Project
  2. Texas Hold'em - Poker Project
  3. Blackjack Complete
  4. Blackjack Basic
  5. HiLo - Card Game
  6. Casino Bundle All above assets are included in this Bundle
  7. Carousel Characters Selection


Screenshots





Contact

If you admire my work and are interested in developing a game/website together, please contact me and let me know, or if you have any questions and/or concerns, you can reach me from the contacts below.
I work for a flat payment (no hourly rate) for a project, I work efficiently and deliver a project as fast as possible.

Please use the contact form on my website, or you can reach me directly via Discord.
 
Last edited:
O

OasisNuestro

Guest
He has designed great games for us, we have customized some video games, he does a fast and efficient job and in our case he corrected all our doubts, improving our initial idea, he has given us the option of adding some features and fixing bugs in our projects in his free time, he has exceeded all our expectations.
 

Attachments

BiTrunade

Member
A website for a client.


Clients Review
I gotta say, I was really impressed with the way my website turned out. They're good at what they do and they will make your webpage look professional :) You can check out my website in the link below if you want to see for yourself!

uZombieGame.com
If you are interested in my service, you can PM me here, or please contact me via the following.
 

beanbox

Member
thanks for working with me and helping organize my code i had a lot of sloppy mistakes took maybe 6-8 hours to figure it all out with //comments
on everything legit got me back on track!~
 

BiTrunade

Member
Another project is done, and this one I am really proud of.

Client's Review:
I was looking for information about a server and with his feedback we ended up creating an interface for our game, you are very creative and what I like the most is that you work fast and he is open to making changes.
— PapuDante on Login System and Accounts + A Real-time Online Status System
Login System and Accounts Management

The client wanted a "lock system" for their private game, my client would have a control panel on a website, where he can create accounts and also remove them. The account holders are the only people allowed to play the game. Within the game, a login page is present in the opening. Once the account holder signs in (using their username and password), they would be transferred to the game, otherwise an error would pop-up and they won't access the game. The process is simple:
  1. A player opens the game, he would be presented with a login page.
  2. The player enters their login credentials, created previously by my client.
  3. The game would connect to a database on a server and retrieve the user information if the login was successful, otherwise, they would receive an error message, "Login was unsuccessful!"
  4. Once the player had logged in, they would be transferred to the game, and their online status will be "online."

My client is also provided with an easy-to-use control panel directly from their website, they can.
  • Create accounts for new players.
  • Remove accounts.
  • Keep track of total logins, today's logins (in case someone else has been using the same account, one would know if an account had been used without permission), and their online status.

Real-Time Online Status System

One of the features in this system, and the one both my client and I are very proud of, is the real-time online status system. You can play the game and see which one of your friends is playing at the same time as you are, and when they have turned off the game.

The system is completely programmed using PHP and MySQL, and the heavy work is done on the server-side, on the client-side (the game and within GameMaker), the game just retrieves and updates information, therefore not slowing down the game with processes.



This system could also be incorporated into online games, html5 games, or mobile games, any game that requires keeping track of players' online status, as long as they have accounts.

Players that have logged into the game won't be able to log in again from another device or window. This could be helpful in identifying which account is being used.

I am available for hire.
 
Last edited:

BiTrunade

Member
Another project had been finished, an accounts system, and an online leaderboard system, along with a registration page developed using HTML and BOOTSTRAP. All GML HTTP requests were handled with PHP & MySQLi, using highly secured PHP scripts and methods to avoid SQL injections and unauthorized POSTMAN & cURL requests. All the processing and heavy work is done on the server-side, and GameMaker merely sends a request to the server.

Players can create their accounts via the game's website or within the game, they can also log in to their accounts and keep their high scores in an online leaderboard that the player can choose to retrieve the "Top 100 High Scores" within "All Time," "This Year," "This Month," or "The Past 7 Days."
Features include but not limited to the following:
Code:
Considerable features:

[ACCOUNTS]
1. Log into and register accounts within the game.
2. Auto login if user checked "Remember Me"
3. Cookies and Score.
4. Unverified accounts will be deleted after 24 hours.
5. Advanced security with high performance.

[LEADERBOARD]
1. Local leaderboard displaying player's top 10 scores.
2. Online leaderboard displaying top 100 scores within [all time, this year, this month, past 7 days]
3. Scrollable leaderboard area to display 100 records comfortably.
4. rm_highscore_update updates highscore, just send the highscore variable there.
5. Local highscore is updated as well.
6. If no internet access is available, player will play offline.
7. Advanced security and high performance.


Many, many, MANY MORE features. Flexible code on the server and the client side.



 
Last edited:
I have just finished working with BiTrunade (project above) and it was pleasure to work with him.

He was fast, efficient and very helpful - and he's happy to give feedback when asked. Project came out way better than I had hoped.
 

Imiglikos

Member
A wonderful person .. eloquent valuable .. a brilliant programmer .. a role model for others .. I highly recommend it! and I will continue to work with him .. :) I am very pleased with the work done ...
 

Roden124

Member
Excellent service here. He shows daily progress and makes certain to deliver the result you want.
His portfolio already speaks to his professionalism, and now I speak for it too. Highly recommended!
 

BiTrunade

Member
Officially closed.

It's been an exciting year, I have worked with amazing people, from different parts of the world. I am a very lucky person to have had such an opportunity, to be part of an amazing community. I've been a member since 2013 and I have seen nothing but love and support from you all.

I would like to thank my clients for giving me amazing opportunities. I apologize if my work wasn't enough. I apologize if the delivery was late. But I tried to put everything into building and delivering an excellent product. I simply loved what I did. And I did it first for myself before my client. In the span of an entire year, I have received happy reviews from all my customers. And I am happy that I did so.

I have chosen another path, and that is Dentistry. The love and burning passion into this occupation is something rare. I only had it once and that was when I first started programming. It is for the second time in my life that I LOVED doing something again. I love dentistry from the bottom of my heart. And I am an extremely lucky person to have a job that I love doing.

Thank you very much for everything. This means and meant a lot to me. And I love you all very much.

Here is my latest work: Back-to-Back Class II Composite Restoration.

http://instagr.am/p/CTXbdyrKsXw/
 
Status
Not open for further replies.
Top