Author: Raeto Collin West
Publisher:
ISBN: 9780942386523
Category : BASIC (Computer program language)
Languages : en
Pages : 602
Book Description
Programming the VIC
Author: Raeto Collin West
Publisher:
ISBN: 9780942386523
Category : BASIC (Computer program language)
Languages : en
Pages : 602
Book Description
Publisher:
ISBN: 9780942386523
Category : BASIC (Computer program language)
Languages : en
Pages : 602
Book Description
VIC 20 Programmer's Reference Guide
Author: A. Finkel
Publisher:
ISBN:
Category : Microcomputers
Languages : en
Pages : 312
Book Description
Publisher:
ISBN:
Category : Microcomputers
Languages : en
Pages : 312
Book Description
Programming the Commodore 64
Author: Raeto Collin West
Publisher: Compute Publications International
ISBN:
Category : Computers
Languages : en
Pages : 644
Book Description
Publisher: Compute Publications International
ISBN:
Category : Computers
Languages : en
Pages : 644
Book Description
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
Author: Nick Montfort
Publisher: MIT Press
ISBN: 0262304570
Category : Computers
Languages : en
Pages : 323
Book Description
A single line of code offers a way to understand the cultural context of computing. This book takes a single line of code—the extremely concise BASIC program for the Commodore 64 inscribed in the title—and uses it as a lens through which to consider the phenomenon of creative computing and the way computer programs exist in culture. The authors of this collaboratively written book treat code not as merely functional but as a text—in the case of 10 PRINT, a text that appeared in many different printed sources—that yields a story about its making, its purpose, its assumptions, and more. They consider randomness and regularity in computing and art, the maze in culture, the popular BASIC programming language, and the highly influential Commodore 64 computer.
Publisher: MIT Press
ISBN: 0262304570
Category : Computers
Languages : en
Pages : 323
Book Description
A single line of code offers a way to understand the cultural context of computing. This book takes a single line of code—the extremely concise BASIC program for the Commodore 64 inscribed in the title—and uses it as a lens through which to consider the phenomenon of creative computing and the way computer programs exist in culture. The authors of this collaboratively written book treat code not as merely functional but as a text—in the case of 10 PRINT, a text that appeared in many different printed sources—that yields a story about its making, its purpose, its assumptions, and more. They consider randomness and regularity in computing and art, the maze in culture, the popular BASIC programming language, and the highly influential Commodore 64 computer.
The Complete Commodore Inner Space Anthology
Author: Hildon, Karl J. H
Publisher: Milton, Ont. : Transactor Pub.
ISBN: 9780969208600
Category : Commodore computers
Languages : en
Pages : 122
Book Description
Publisher: Milton, Ont. : Transactor Pub.
ISBN: 9780969208600
Category : Commodore computers
Languages : en
Pages : 122
Book Description
Game Programming Theory in C++
Author: Vic Broquard
Publisher:
ISBN: 9781941415603
Category :
Languages : en
Pages : 368
Book Description
If you ever want to program a game, this is the book for you! Game Programming Theory in C++covers basic algorithms of artificial intelligence and the physics of motion in 2D and 3D situations. Game Programming Theory in C++ begins with a short review of basic mathematical principles needed in games programming, including Vectors. Since object oriented classes are used throughout, the basics of writing C++ classes are also presented at the very beginning. Next Game Programming Theory in C++ discusses and programs chasing, evading, and intercepting algorithms. Patterned movement is illustrated. Sufficient physics is presented so that the reader can grasp the important equations of motions in both 2D and 3D situations. These are applied to a rigid body simulator. Game Programming Theory in C++ covers flocking algorithms and movement based upon a potntial function. Path finding is discussed in depth, including the A* method. Scripting is handled in Game Programming Theory in C++ as well as ini file creation methods. Finite state machines are illustrated as well. One chapter discusses many detail about projectile simulations, car simulations, and boat simulations. A 3D airplane simulator is covered. Fuzzy logic is presented in depth to illustrate handling of combat situations. Game Programming Theory in C++ covers the physics of collisions in 3D, a very important topic in nearly all games. Finally, methods of terrain generation are shown, along with sector analysis. Once you have finished Game Programming Theory in C++, you are ready for Programming Non-graphical Games in C++ which focuses on how to construct the many different types of game engines. After that, tackle the two windows programming books to learn how to build the graphical interface.
Publisher:
ISBN: 9781941415603
Category :
Languages : en
Pages : 368
Book Description
If you ever want to program a game, this is the book for you! Game Programming Theory in C++covers basic algorithms of artificial intelligence and the physics of motion in 2D and 3D situations. Game Programming Theory in C++ begins with a short review of basic mathematical principles needed in games programming, including Vectors. Since object oriented classes are used throughout, the basics of writing C++ classes are also presented at the very beginning. Next Game Programming Theory in C++ discusses and programs chasing, evading, and intercepting algorithms. Patterned movement is illustrated. Sufficient physics is presented so that the reader can grasp the important equations of motions in both 2D and 3D situations. These are applied to a rigid body simulator. Game Programming Theory in C++ covers flocking algorithms and movement based upon a potntial function. Path finding is discussed in depth, including the A* method. Scripting is handled in Game Programming Theory in C++ as well as ini file creation methods. Finite state machines are illustrated as well. One chapter discusses many detail about projectile simulations, car simulations, and boat simulations. A 3D airplane simulator is covered. Fuzzy logic is presented in depth to illustrate handling of combat situations. Game Programming Theory in C++ covers the physics of collisions in 3D, a very important topic in nearly all games. Finally, methods of terrain generation are shown, along with sector analysis. Once you have finished Game Programming Theory in C++, you are ready for Programming Non-graphical Games in C++ which focuses on how to construct the many different types of game engines. After that, tackle the two windows programming books to learn how to build the graphical interface.
Commodore 64 Programmer's Reference Guide
Author:
Publisher: Prentice Hall
ISBN: 9780672220562
Category : Computers
Languages : en
Pages : 486
Book Description
Introduces the BASIC programming language, shows how to incorporate graphics and music in programs, and discusses the machine language used by the Commodore 64 computer
Publisher: Prentice Hall
ISBN: 9780672220562
Category : Computers
Languages : en
Pages : 486
Book Description
Introduces the BASIC programming language, shows how to incorporate graphics and music in programs, and discusses the machine language used by the Commodore 64 computer
Compute!'s Vic-20 and Commodore 64 Tool Kit
Author: Dan Heeb
Publisher: Compute
ISBN: 9780942386332
Category : Computers
Languages : en
Pages : 429
Book Description
Describes the workings of the operating systems of the VIC-20 and Commodore 64 microcomputers and provides guidance on programming these microcomputers
Publisher: Compute
ISBN: 9780942386332
Category : Computers
Languages : en
Pages : 429
Book Description
Describes the workings of the operating systems of the VIC-20 and Commodore 64 microcomputers and provides guidance on programming these microcomputers
Programming WebAssembly with Rust
Author: Kevin Hoffman
Publisher: Pragmatic Bookshelf
ISBN: 9781680506365
Category : Computers
Languages : en
Pages : 220
Book Description
WebAssembly fulfills the long-awaited promise of web technologies: fast code, type-safe at compile time, execution in the browser, on embedded devices, or anywhere else. Rust delivers the power of C in a language that strictly enforces type safety. Combine both languages and you can write for the web like never before! Learn how to integrate with JavaScript, run code on platforms other than the browser, and take a step into IoT. Discover the easy way to build cross-platform applications without sacrificing power, and change the way you write code for the web. WebAssembly is more than just a revolutionary new technology. It's reshaping how we build applications for the web and beyond. Where technologies like ActiveX and Flash have failed, you can now write code in whatever language you prefer and compile to WebAssembly for fast, type-safe code that runs in the browser, on mobile devices, embedded devices, and more. Combining WebAssembly's portable, high-performance modules with Rust's safety and power is a perfect development combination. Learn how WebAssembly's stack machine architecture works, install low-level wasm tools, and discover the dark art of writing raw wast code. Build on that foundation and learn how to compile WebAssembly modules from Rust by implementing the logic for a checkers game. Create wasm modules in Rust to interoperate with JavaScript in many compelling ways. Apply your new skills to the world of non-web hosts, and create everything from an app running on a Raspberry Pi that controls a lighting system, to a fully-functioning online multiplayer game engine where developers upload their own arena-bound WebAssembly combat modules. Get started with WebAssembly today, and change the way you think about the web. What You Need: You'll need a Linux, Mac, or Windows workstation with an Internet connection. You'll need an up-to-date web browser that supports WebAssembly. To work with the sample code, you can use your favorite text editor or IDE. The book will guide you through installing the Rust and WebAssembly tools needed for each chapter.
Publisher: Pragmatic Bookshelf
ISBN: 9781680506365
Category : Computers
Languages : en
Pages : 220
Book Description
WebAssembly fulfills the long-awaited promise of web technologies: fast code, type-safe at compile time, execution in the browser, on embedded devices, or anywhere else. Rust delivers the power of C in a language that strictly enforces type safety. Combine both languages and you can write for the web like never before! Learn how to integrate with JavaScript, run code on platforms other than the browser, and take a step into IoT. Discover the easy way to build cross-platform applications without sacrificing power, and change the way you write code for the web. WebAssembly is more than just a revolutionary new technology. It's reshaping how we build applications for the web and beyond. Where technologies like ActiveX and Flash have failed, you can now write code in whatever language you prefer and compile to WebAssembly for fast, type-safe code that runs in the browser, on mobile devices, embedded devices, and more. Combining WebAssembly's portable, high-performance modules with Rust's safety and power is a perfect development combination. Learn how WebAssembly's stack machine architecture works, install low-level wasm tools, and discover the dark art of writing raw wast code. Build on that foundation and learn how to compile WebAssembly modules from Rust by implementing the logic for a checkers game. Create wasm modules in Rust to interoperate with JavaScript in many compelling ways. Apply your new skills to the world of non-web hosts, and create everything from an app running on a Raspberry Pi that controls a lighting system, to a fully-functioning online multiplayer game engine where developers upload their own arena-bound WebAssembly combat modules. Get started with WebAssembly today, and change the way you think about the web. What You Need: You'll need a Linux, Mac, or Windows workstation with an Internet connection. You'll need an up-to-date web browser that supports WebAssembly. To work with the sample code, you can use your favorite text editor or IDE. The book will guide you through installing the Rust and WebAssembly tools needed for each chapter.
How to Make Computer-controlled Robots
Author: Tony Potter
Publisher:
ISBN: 9780860208167
Category : Robots
Languages : en
Pages : 0
Book Description
An illustrated guide to building a simple computer-controlled robot as well as test programs to activate the robot.
Publisher:
ISBN: 9780860208167
Category : Robots
Languages : en
Pages : 0
Book Description
An illustrated guide to building a simple computer-controlled robot as well as test programs to activate the robot.