Help with making a pointer system

Suren-711:
I want it to be like the monopoly (electronic banking system thing) which is used to minus or add people points

I think it would help us (and you) if you make a very simple drawing that illustrates what your finished device will look like. It does not have to be a fancy artistic drawing - just sufficient so we can see what you have in mind.

...R

So it sounds you would like to hard code a bunch of names (regular players - you & your friends), plus a number of generic player names - player 1, player 2 - but why not making it more interesting: name them colours, use names of well known local developers, animals, or whatever. Doesn't matter. It's a fixed list.

Then at the start of the game you have to select the number of players (2-6?) and who is playing.

During the game you want to add/subtract points (money) from the players. So you have to think of how to do that: how to select the correct player, add/subtract the amount, allow for mistakes to be made and corrected, set limits based on the game rules.

How do you want to have scores displayed during game play, if at all?

This is my skecth of my project

Since I could not upload the picture here is a link The image

In the full editor (click Preview) you can attach images. And make URLs clickable.

Will the code that I use be the same(from earlier post) or would it be diffrent.IF it is diffrent could you give me a basic image or example of the code.

OP's image from Reply #23. See this Simple Image Guide

...R

It is hard to make sense of your image but it seems to have a screen and a keypad. Is that what you have in mind?

Have you identified the specific screen and keypad that you will be using? If so please post links to their datasheets.

Now that you can see how to post images it would be easier to read them if you post a separate image for each screen display that you have in mind.

...R