
In an effort to learn more about NeXT Byte Codes I developed a simple poker machine for the NXT Brick. The program gives you one hundred dollars to start and lets you alter bets with the bricks buttons. Winning combinations are 4 of a kind, 3 of a kind, 2 pair and straights (straights must appear in order). My original idea was to create an old leaver style of poker machine and I will release it if people seem interested. This project helped me to further understand the implementation of subroutines, threads, graphical syscall and array handling with NeXT Byte Codes. I would encourage learners of NeXT Byte Codes to develop their own poker machine, it is very worth while.
I am providing a NXT Poker Machine file with the program and graphics so you can have a look, I will also provide the source code to people that are interested.