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:
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:
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!
Here is the general design of the board:
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
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!