JQuery Game Development Essentials

Written as a concise yet practical guide with an explicit focus on utilizing jQuery for game development, you'll learn how to create stunning games that look great without the hassle of learning about a complex game engine in the process.Knowledge of JavaScript and jQuery as well as basic exper...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
1. Verfasser: Arsever, Selim
Format: E-Book
Sprache:Englisch
Veröffentlicht: Birmingham Packt Publishing, Limited 2013
Ausgabe:1
Schlagworte:
ISBN:9781849695060, 1849695067
Online-Zugang:Volltext
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Abstract Written as a concise yet practical guide with an explicit focus on utilizing jQuery for game development, you'll learn how to create stunning games that look great without the hassle of learning about a complex game engine in the process.Knowledge of JavaScript and jQuery as well as basic experience with frontend development is all you need to start making games in a matter of hours with this essential guide. Whilst also suitable for those who simply want to start making games with jQuery, it's specifically targeted at web developers that want to experiment with and utilize their existing skills.
AbstractList Written as a concise yet practical guide with an explicit focus on utilizing jQuery for game development, you'll learn how to create stunning games that look great without the hassle of learning about a complex game engine in the process.Knowledge of JavaScript and jQuery as well as basic experience with frontend development is all you need to start making games in a matter of hours with this essential guide. Whilst also suitable for those who simply want to start making games with jQuery, it's specifically targeted at web developers that want to experiment with and utilize their existing skills.
Author Arsever, Selim
Author_xml – sequence: 1
  fullname: Arsever, Selim
BookMark eNo1jktLAzEURiM-sK3zHwY3rgZu3jdLHceqFETQdUmmN6BOJ3XSCv57A-q3OXybw5mzkzGNdMTmHJUzToPVx6xyFv-_gTM2QyUQtQR7zqqc36HMgTWAM3b5-Hyg6bte-i3Vt_RFQ9ptadzXXc4Fb37IF-w0FlD1xwV7vete2vtm9bR8aK9XjZfComiCA-4jbIyOwaGKOujeSCU2UhgerAANkUMgdL3SDoSVxlEIoo9YBF4u2NWvdzelzwPl_ZpCSh99yZj8sO5uWs6dMAblD003QUU
ContentType eBook
DEWEY 794.8152762
DatabaseTitleList
DeliveryMethod fulltext_linktorsrc
Discipline Computer Science
Recreation & Sports
EISBN 1849695075
9781849695077
Edition 1
ExternalDocumentID EBC1192668
GroupedDBID 089
20A
38.
A4J
AABBV
AAFKH
AAKGN
AANYM
AAZEP
AAZGR
ABARN
ABIAV
ABIWA
ABRSK
ABWNX
ACBYE
ACLGV
ADBND
ADVEM
AECLD
AEHEP
AEIUR
AERYV
AFQEX
AHWGJ
AIXPE
AJFER
AKHYG
ALMA_UNASSIGNED_HOLDINGS
AMYDA
APVFW
ATDNW
AVGCG
AZZ
BBABE
BPBUR
BSWCA
E2F
GEOUK
JJU
L7C
MYL
NK1
NK2
PQQKQ
QD8
UE6
ID FETCH-LOGICAL-a32782-b901af0d65fb984f5b5c6342d3261b72050f10be89c459027369ebb2cf8327a3
ISBN 9781849695060
1849695067
IngestDate Wed Dec 10 13:43:27 EST 2025
IsPeerReviewed false
IsScholarly false
LCCallNum_Ident QA76.76.C672 .A774 2013
Language English
LinkModel OpenURL
MergedId FETCHMERGED-LOGICAL-a32782-b901af0d65fb984f5b5c6342d3261b72050f10be89c459027369ebb2cf8327a3
OCLC 842885307
PQID EBC1192668
PageCount 277
ParticipantIDs proquest_ebookcentral_EBC1192668
PublicationCentury 2000
PublicationDate 2013
PublicationDateYYYYMMDD 2013-01-01
PublicationDate_xml – year: 2013
  text: 2013
PublicationDecade 2010
PublicationPlace Birmingham
PublicationPlace_xml – name: Birmingham
PublicationYear 2013
Publisher Packt Publishing, Limited
Publisher_xml – name: Packt Publishing, Limited
SSID ssj0000907608
Score 1.9019756
Snippet Written as a concise yet practical guide with an explicit focus on utilizing jQuery for game development, you'll learn how to create stunning games that look...
SourceID proquest
SourceType Publisher
SubjectTerms Computer games
Design
Internet games
TableOfContents Intro -- jQuery Game Development Essentials -- Table of Contents -- jQuery Game Development Essentials -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe? -- Free Access for Packt account holders -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- 1. jQuery for Games -- The way of jQuery -- Chaining -- Polymorphism -- Moving things around -- Chaining animations -- Managing the queue -- .stop() -- .clearQueue() -- .dequeue() -- .delay() -- Other usages of queues -- Handling of events -- .bind() -- .delegate() -- Removing event handlers -- jQuery 1.7 -- Associating data with DOM elements -- Manipulating the DOM -- .append() -- .prepend() -- .html() -- .remove() -- .detach() -- Stay curious my friend! -- Summary -- 2. Creating Our First Game -- How does this book work? -- Let's get serious - the game -- Learning the basics -- Framework -- Sprites -- Implementing animations -- Adding animations to our framework -- Moving sprites around -- Preloading -- Initializing the game -- Main loop -- Main loop implementation -- Collision detection -- Summary -- 3. Better, Faster, but not Harder -- Intervals and timeouts -- One interval to rule them all -- Code -- Keyboard polling -- Keeping track of the keys' state -- HTML fragments -- Avoiding reflow -- Moving your sprite around using CSS Transforms -- Using requestAnimationFrame instead of timeouts -- Summary -- 4. Looking Sideways -- Offline divs -- Groups -- Sprite transformation -- CSS transform -- Adding transform to the framework -- Tile maps -- Naive implementation -- Collision detection -- Colliding with tile maps -- Finding the colliding tiles
Twitter for dummies -- Full access to Twitter's API -- Registering your game with Twitter -- Server-side helper library -- Authentication -- Publishing high scores on Twitter -- Integrating with Facebook -- Authenticating with Facebook -- Creating achievements -- Publishing the achievements -- Summary -- 9. Making Your Game Mobile -- Making your game run well on mobile devices -- Detecting mobile browsers -- Client-side browser detection -- Server-side detection -- Should you really detect the browser? -- Performance limitation - memory -- Performance limitation - speed -- Specifying the page's visible area -- Level of details -- Touch control -- D-pad -- Analog joystick -- Event handlers -- Integrating our game with the springboard -- Making your game installable -- Configuring the status bar -- Specifying the application icon -- Specifying a splash screen -- Using device orientation -- Using the offline application cache -- Using web storage -- Summary -- 10. Making Some Noise -- Abstracting audio -- Using our small library -- Embedding sound -- Implementation -- Supported format -- HTML5 Audio element -- Preloading a sound -- Playing and stopping sounds -- Web Audio API -- Basic usage -- Connecting more nodes -- Loading more than one sound -- So many nodes, so little time -- Delay node -- ScriptProcessor node -- Panner node -- Convolver node -- Analyser node -- DynamicCompressor node -- BiquadFilter node -- WaveShaper node -- Flash fallbacks -- SoundManager 2 -- Alternatives to SoundManager -- Generating sound effects -- Summary -- Index
Sprite versus sprite collision -- Coding the game -- Basic setup of the game screen -- Object-oriented code for the player -- Updating the player's position -- Controlling the player's avatar -- Player control -- Parallax scrolling -- Creating enemies -- Summary -- 5. Putting Things into Perspective -- Optimizing tile maps for top-down games -- Finding the visible tiles -- Moving the tile map -- Sorting the occlusion -- Sprite occlusion -- Level versus sprite occlusion -- Collision detection -- Player versus environment collisions -- Using a tile map editor -- Player versus sprite collision -- Talking to NPCs -- Fighting enemies -- The complete game -- Isometric tiles -- Drawing an isometric tile map -- Occlusion for isometric games -- Summary -- 6. Adding Levels to Your Games -- Implementing a multi-file game -- Loading tile maps -- Loading sprites and their behavior -- Using .ajax -- Loading a JSON file -- Loading a remote script -- Debugging calls to .ajax -- .done() -- .fail() -- Modifying our platform game -- Summary -- 7. Making a Multiplayer Game -- World of Ar'PiGi -- Managing the player's account -- Searching elements in the database -- Creating a new player in the database -- Keeping the player connected -- Logging the user into the game -- Keeping the players in sync -- Retrieving all the other players -- Updating the current player position -- Client-side code -- Taking care of monsters -- Implementing server-side combat -- Summary -- 8. Let's Get Social -- Creating a simple leaderboard -- Saving highscores -- Retrieving highscores -- Displaying the highscores -- Making cheating harder -- Server-side verification -- Making your variables less readable -- Obfuscating your code -- Making your network protocol less readable -- Encoding values -- Randomly naming the variables -- Adding random variables -- Integrating with Twitter
Title JQuery Game Development Essentials
URI https://ebookcentral.proquest.com/lib/[SITE_ID]/detail.action?docID=1192668
hasFullText 1
inHoldings 1
isFullTextHit
isPrint
link http://cvtisr.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwtV3NS8MwFA-6efCkTsVvgsguo9D1K8nVUScoc8IGu43mozB0da6bzP_elzZrOz2IBy-hDSWh7wcvv5fkvR9CN0LGxBWcWyTQKTmBJBbzdMayH2n66ziSZ3VmH0mvR0cj1jfSamkmJ0CShK5WbPavUEMfgK1TZ_8AdzEodMAzgA4twA7tN0ZcvBpu-bxU889WN5pu3AVqhalOMNITl-jCemgUt9TrZFoN_bUMw0bo34_Ey6KyXZVH8tW0qDxKhCCOBUxXEiydfnEVL7zttIHlBQFtzt4trcalT62NNMk22gYMa6jeDZ-GD8Xelc30eR7NM_LzoYkpn1VM9WNtyxbswT6qK53FcYC2VNJAe2vtCmxcWQM1Sr6MmzjTek8P0XVuQ6xtiCs2xKUNj9DwLhx07i2jImFFrgP8x-JAeaLYloEfc0a92Oe-CFzPkcBc25w4tm_HbZsryoSni9kQN2CKc0fE4O1I5B6jWvKWqBOEJVMUCBd4wcj3hHSpcG1bMCmkLSmTzinC638eZ2fd5oLtuDTy2e-fnKPdEuwLVFvMl-oS7YiPxSSdXxksvgA6tgbe
linkProvider ProQuest Ebooks
openUrl ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=JQuery+Game+Development+Essentials&rft.au=Arsever%2C+Selim&rft.date=2013-01-01&rft.pub=Packt+Publishing%2C+Limited&rft.isbn=9781849695060&rft.externalDocID=EBC1192668
thumbnail_l http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=9781849695060/lc.gif&client=summon&freeimage=true
thumbnail_m http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=9781849695060/mc.gif&client=summon&freeimage=true
thumbnail_s http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=9781849695060/sc.gif&client=summon&freeimage=true