Thursday, 7 May 2015

Unit 20: Computer Game Platforms and Technologies - Assessment 3 : Blackjack Game on Mobiles

Blackjack App Concept
iPhone 6
App Store Game
BODY
138.1 x 67 x 6.9 mm (5.44 x 2.64 x 0.27 in)
129 g (4.55 oz)
Nano-SIM

- Fingerprint sensor (Touch ID)
- Apple Pay (Visa, MasterCard, AMEX certified)

DISPLAY
LED-backlit IPS LCD, capacitive touchscreen, 16M colours
4.7 inches (~65.8% screen-to-body ratio)
750 x 1334 pixels (~326 ppi pixel density)
Yes
Ion-strengthened glass, oleophobic coating

- Display Zoom

PLATFORM
iOS 8, upgradable to iOS 8.3
Apple A8
Dual-core 1.4 GHz Cyclone (ARM v8-based)
PowerVR GX6450 (quad-core graphics)

To change the script so the game would scale to screen size of 5.5 Inches(750 × 1334) you would have to add Display_set_gui_size (4.1”, 2.3”) to script to change the resolution to scale down to the size of the iPhone 6 screen.
You will need to covert mouse clicks into virtual keys. Using an iPhone 6 it’s a touch screen phone and you will need to control the game with finger presses. Everyone has different size hands so the button area must be big enough to cooperate with all hands.
Adding to the script the virtual key codes and apply them to each button and size them correctly so the button presses are accurate and consistent.

virtual_key_add
virtual_key_show
virtual_key_hide
virtual_key_delete
Screen Resize


Sprite Resize

Google Chrome (HTML)
Chrome Web Store
The Chrome Web Store is an online marketplace where you can find a wide range of extensions, themes and apps designed for the Google Chrome browser.




No comments:

Post a Comment