Glu4it
Member
Your task is to develop some of the core functionality of a casino system, both on client side (flash/AS3) and server side (.Net and database/MSSQL).
The subtasks are the following:
• Registration, Login
o Simple UI for Login/Registration on client side
o User can register/identify himself with unique userId and secure password (6 character long and minimum one number or special character)
o The registration/login information should be sent to server where it will processed (checked/updated in database) and evaluated (go/no go)
o On server side you should only use C# and the database has to be MSSQL
o Security is important
• Game
o The game will be a slotgame but you have to do only some of the core functionality
o You have to implement
3 Buttons (Exit, Bet, Spin) with proper functionality
The spinning of the symbols (performance is very important)
Two display for user money and one for game messages such as “No more money”, “You win X”
o You don’t need to implement the evaluation of the spin’s results you have to only display it on GameMessageDisplay (for example: “You win X”, “You Don’t win”)
o The client communicates with the server during the game also
Sends a message to the server, that a spin started with x amount of bet
Then waits for the result, what the server gets from the database (in the database you have to create a table where there is pre created results (server uses ~10 result from the database sequentially)
o The client side has to have to swf component (one main and one that contains the symbols for the game)
o On client side you should only use AS3 and the swf components should not contains any code
o Security is important
• Design
o You will get all the required design elements for the project (Login/registration component, Symbols, Buttons and so on).
Не пойму саму задачу: нужно сделать приложение под windows или браузерное?
The subtasks are the following:
• Registration, Login
o Simple UI for Login/Registration on client side
o User can register/identify himself with unique userId and secure password (6 character long and minimum one number or special character)
o The registration/login information should be sent to server where it will processed (checked/updated in database) and evaluated (go/no go)
o On server side you should only use C# and the database has to be MSSQL
o Security is important
• Game
o The game will be a slotgame but you have to do only some of the core functionality
o You have to implement
3 Buttons (Exit, Bet, Spin) with proper functionality
The spinning of the symbols (performance is very important)
Two display for user money and one for game messages such as “No more money”, “You win X”
o You don’t need to implement the evaluation of the spin’s results you have to only display it on GameMessageDisplay (for example: “You win X”, “You Don’t win”)
o The client communicates with the server during the game also
Sends a message to the server, that a spin started with x amount of bet
Then waits for the result, what the server gets from the database (in the database you have to create a table where there is pre created results (server uses ~10 result from the database sequentially)
o The client side has to have to swf component (one main and one that contains the symbols for the game)
o On client side you should only use AS3 and the swf components should not contains any code
o Security is important
• Design
o You will get all the required design elements for the project (Login/registration component, Symbols, Buttons and so on).
Не пойму саму задачу: нужно сделать приложение под windows или браузерное?