What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Specific [SPECIFIC] Help me design a game board for a school project


redacid7

New Member
Messages
1
Likes
0
Hello! I'm currently working on a coding project for my school (42.us.org), where I'm designing an algorithm capable of playing (and beating it's opponents, hopefully) at a game called Filler. Filler is a sort of Tetris (if that can inspire you for the general design), where each player gets a randomly generated piece and need to place it on the board. I need your help to design the game board itself!
Here is the general design of the board:
20180203_161103.jpg
The dimensions are 1200x600. The left 600x600 square will be reserved to the battlefield itself, no need to put anything here as my program will take care of it. The right 600x600 square should contain a cool display with the relevant informations of how the game is progressing, which includes:
  • the name of the game (Filler)
  • Map: Move: and Time elapsed:, my program will output the corresponding information next to it.
  • Previous move, Pause and Next move, with the corresponding keyboard case (left arrow for previous, space for pause, right arrow for next move)
  • A field reserved for the name of the players (which I will display, so don't put any text), score bars, and a VERSUS or VS icon, text or cool display
The player names and scores will have approx 21pixels of height, so try to take that into consideration when designing the board. Feel free to reorganise the informations as you see fit if you think your way of doing is better.
I will have to convert the image you produce into a .xpm file, so not sure which format is the best for you to use, but a pixel shouldn't contain more than 32 bits of data.
I cannot offer any payment, but I will credit you on my GitHub with your username, and/or name / website / any information you want me to put. You can also credit yourself on the game board itself as long as it doesn't take too much space if you want to (in the right part of the board as I will write on the left one).
Thanks for reading me and I hope someone will be kind enough to work on that and design something nice!
 

Back
Top