25 Commits (feature/balanceutils)

Author SHA1 Message Date
informaniac 77cb3516ca gamemenu: fixed direction evaluation 7 years ago
informaniac 16e895e390 gamemenu now uses balance_util 7 years ago
informaniac b778375165 tetris: fixed socket connection 7 years ago
informaniac 90e1c5c9b8 tetris: fixed player event DOWN to DROP 7 years ago
informaniac b904fcc449 whitespace fix 7 years ago
informaniac c805f6c71b fixed string formatting arguments 7 years ago
informaniac 278f080e23 balancepong now calls the new get_player_ready function. also fixed function call for player 2 7 years ago
informaniac 81de8409f2 balance_util is created and used to create the BalanceTtrsPlayer 7 years ago
informaniac 9bce3e7916 player information is now retrieved via balance_util 7 years ago
informaniac 8cb7470d22 added direction to event evaluation 7 years ago
informaniac ca848e9ba1 removed old balance to event evaluation 7 years ago
informaniac 5cad7825f3 removed old data retrival via socket 7 years ago
informaniac 1e974a74d6 moved creation of the socket into main function 7 years ago
informaniac a5ae8985ce added balance_util import 7 years ago
informaniac 29d0cfcb31 BalanceTtrsPlayer now is being created with a BalanceUtil instead of socket address and player id 7 years ago
informaniac 038f33df2c create BalanceBoardPlayer(s) with the respective balance_utils 7 years ago
informaniac 026f05c958 use the balance_util functions to determine if the player(s) are ready 7 years ago
informaniac 16c4dcc8d6 added balance_utils for player 1 and 2 7 years ago
informaniac 075e8c5c03 player information is now retrieved from the balance_util 7 years ago
informaniac e34f76b22d BalanceBoardPlayer now uses the balance_util for the y-axis data 7 years ago
informaniac 6da1b8cf13 BalanceBoardPlayer now needs a balance_util instead of the wiimote_socket and player_id 7 years ago
informaniac 9c2d3cb33a removed socket retrieval function 7 years ago
informaniac 2b0bde627f imported balance_util 7 years ago
Fr3deric 0c9b6338f7 moved gamemenu to games folder 7 years ago
Fr3deric b27c4d3383 moved games to separate folder 7 years ago