Search Results - ((java programming) OR (games programming))
Suggested Topics within your search.
Suggested Topics within your search.
- Development 175
- Application software 162
- Programming 137
- Java (Computer program language) 128
- Video games 116
- JavaScript (Computer program language) 109
- Design 92
- Web site development 85
- Computer programs 72
- Web sites 58
- History 55
- Computer programming 42
- Internet programming 42
- Activity programs 39
- Data processing 37
- computer programming 34
- Computer software 32
- Computer graphics 31
- Study and teaching 31
- Web applications 31
- Management 30
- Social aspects 29
- Web servers 27
- Artificial intelligence 26
- computer graphics 26
- Mobile computing 24
- Authoring programs 23
- Computer networks 20
- Mathematical models 20
- HTML 19
Search alternatives:
- games »
-
1
JMonkeyEngine 3.0 beginner's guide : develop professional 3D games for desktop, web, and mobile, all in the familiar Java programming language /
Published 2013Subjects: “…Video games Programming.…”
Full text (MFA users only)
Electronic eBook -
2
JMonkeyEngine 3.0 cookbook : over 80 practical recipes to expand and enrich your jMonkeyEngine skill set with a close focus on game development
Published 2014Subjects: “…Video games Programming.…”
Full text (MFA users only)
Electronic eBook -
3
Start Concurrent 2014 : an Introduction to Problem Solving in Java with a Focus on Concurrency.
Published 2014Table of Contents: “…4.3.2 The boolean type and its operations4.3.3 switch statements; 4.4 Solution: Monty Hall; 4.5 Concurrency: Selection; Exercises; Conceptual Problems; Programming Practice; 5 Repetition; 5.1 Problem: DNA searching; 5.2 Concepts: Repetition; 5.3 Syntax: Loops in Java; 5.3.1 while loops; 5.3.2 for loops; 5.3.3 do-while loops; 5.3.4 Nested loops; 5.3.5 Common pitfalls; 5.4 Solution: DNA searching; 5.5 Concurrency: Loops; Exercises; Conceptual Problems; Programming Practice; Experiments; 6 Arrays; 6.1 Introduction; 6.2 Problem: Conway's Game of Life; 6.2.1 Terminal limitations.…”
Full text (MFA users only)
Electronic eBook -
4
Java Programming for Android Developers For Dummies.
Published 2016Table of Contents: “…Title Page; Copyright Page; Table of Contents; Introduction; How to Use This Book; Conventions Used in This Book; What You Don't Have to Read; Foolish Assumptions; How This Book Is Organized; Part 1: Getting Started with Java Programming for Android Developers; Part 2: Writing Your Own Java Programs; Part 3: Working with the Big Picture: Object-Oriented Programming; Part 4: Powering Android with Java Code; Part 5: The Part of Tens; More on the web!…”
Full text (MFA users only)
Electronic eBook -
5
HTML5 Games : Creating Fun with HTML5, CSS3, and WebGL.
Published 2011Subjects: “…Video games Programming.…”
Full text (MFA users only)
Electronic eBook -
6
Game development with Three.js
Published 2013Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
7
Professional XMPP Programming with JavaScript and jQuery.
Published 2010Table of Contents: “…Professional XMPP Programming with JavaScript and jQuery; About the Author; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Part I: XMPP Protocol and Architecture; Chapter 1: Getting to Know XMPP; Chapter 2: Designing XMPP Applications; Part II: The Applications; Chapter 3: Saying Hello: The First Application; Chapter 4: Exploring the XMPP Protocol: A Debugging Console; Chapter 5: Microblogging in Real Time: An Identica Client.…”
Full text (MFA users only)
Electronic eBook -
8
Scratch 1.4 Beginner?s Guide : Beginner's Guide.
Published 2009Table of Contents: “…; 21st century learning skills; How to use Scratch?; Programming concepts; Programming limitations; Scratch anatomy; Building blocks; Write the script; Watch the story; Built-in image editor; Interface promotes tinkering; Learning Scratch; Welcome to Scratch!…”
Full text (MFA users only)
Electronic eBook -
9
Game development tool essentials
Published 2014Table of Contents: “…Programming ; Programming : decoupling game tool GUIs from core editing operations -- Building a game prototyping tool for Andriod mobile devices -- Engineering domain-specific languages for games.…”
Full text (MFA users only)
Electronic eBook -
10
Wicked cool Java : code bits, open-source libraries, and project ideas
Published 2005Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
11
Mobile Game Design Essentials.
Published 2013Table of Contents: “…Implementation -- Usage -- Game programming -- C++ -- Memory management -- Objects -- Complaints about C++ -- Java -- Memory management -- Syntax -- Java for mobile -- Java ME -- Objective-C -- Cocoa -- Cocoa Touch -- Xcode -- Working with objects -- Extending classes with categories -- Protocols define messaging contracts -- Values and collections -- Blocks -- Objective-C conventions -- Getting started -- HTML5 -- Canvas -- HTML5 and Flash -- Issues with HTML5 -- HTML5 games -- Conclusions -- Scripting languages -- Structure of a game program -- Initialization -- The game loop -- Termination -- Conclusion -- Summary -- 6. …”
Full text (MFA users only)
Electronic eBook -
12
Ouya Unity Game Development
Published 2013Subjects: “…Video games Programming.…”
Full text (MFA users only)
Electronic eBook -
13
Java for Dummies.
Published 2022Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
14
HTML5 games : creating fun with HTML5, CSS3 and WEBGL
Published 2014Subjects: “…Video games Programming.…”
Full text (MFA users only)
Electronic eBook -
15
Java programming : 24-hour trainer /
Published 2011Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
16
JQuery game development essentials.
Published 2013Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
17
Android Game Developer's Handbook.
Published 2016Table of Contents: “…The Android programming structureClass formation; Call hierarchy; Game programming specifications; Gameplay programming; Graphics programming; Technical programming; Sound programming; Network programming; Game tool programming; Research and development programming; Technical design standards; Game analysis; Design pattern and flow diagram; Technical specification; Tools and other requirements; Resource analysis; Testing requirements; Scope analysis; Risk analysis; Change log; Game design standards; Game overview; Gameplay details; Game progression; Storyboard and game elements; Level design.…”
Full text (MFA users only)
Electronic eBook -
18
OUYA game development by example : an all-inclusive, fun guide to making professional 3D games fot the OUYA console
Published 2014Subjects: “…Video games Programming.…”
Full text (MFA users only)
Electronic eBook -
19
Java 7 : a comprehensive tutorial
Published 2014Table of Contents: “…Intro -- Table of Contents -- Introduction -- Chapter 1 Your First Taste of Java -- Chapter 2 Language Fundamentals -- Chapter 3 Statements -- Chapter 4 Objects and Classes -- Chapter 5 Core Classes -- Chapter 6 Inheritance -- Chapter 7 Error Handling -- Chapter 8 Numbers and Dates -- Chapter 9 Interfaces and Abstract Classes -- Chapter 10 Enums -- Chapter 11 The Collections Framework -- Chapter 12 Generics -- Chapter 13 Input/Output -- Chapter 14 Nested and Inner Classes -- Chapter 15 Swing Basics -- Chapter 16 Swinging Higher -- Chapter 17 Polymorphism -- Chapter 18 Annotations -- Chapter 19 Internationalization -- Chapter 20 Applets -- Chapter 21 Java Networking -- Chapter 22 Java Database Connectivity -- Chapter 23 Java Threads -- Chapter 24 Concurrency Utilities -- Chapter 25 Security -- Chapter 26 Java Web Applications -- Chapter 27 JavaServer Pages -- Chapter 28 Javadoc -- Chapter 29 Application Deployment -- Chapter 30 Reflection -- Chapter 31 Introduction to JavaFX -- Chapter 32 JavaFX with FXML -- Chapter 33 Introduction to Android Programming -- Chapter 34 Creating Android Applications -- Chapter 35 More Android Applications -- Appendix A javac -- Appendix B java -- Appendix C jar -- Appendix D NetBeans -- Appendix E Eclipse -- Index.…”
Full text (MFA users only)
Electronic eBook -
20
Learning HTML5 by creating fun games : learn one o the most popular markup languages by creating simple yet fun games
Published 2013Subjects: “…Video games Programming.…”
Full text (MFA users only)
Electronic eBook