Computer Games

Computer Games

Author: Blair Carter

Publisher: Nova Publishers

Published: 2002

Total Pages: 182

ISBN-13: 9781590335260

DOWNLOAD EBOOK

Lists the most significant writings on computer games, including works that cover recent advances in gaming and the substantial academic research that goes into devising and improving computer games.


Assembly Language Programming with the Commodore 64

Assembly Language Programming with the Commodore 64

Author: Marvin L. De Jong

Publisher: Brady

Published: 1984

Total Pages: 296

ISBN-13: 9780893033194

DOWNLOAD EBOOK

Explains how the Commodore 64 home computer works, looks at program writing, data transfer, logic and arithmetic operations, loops, sound generation, and graphics, and introduces assembly language


Racing the Beam

Racing the Beam

Author: Nick Montfort

Publisher: MIT Press

Published: 2009-01-09

Total Pages: 193

ISBN-13: 0262261529

DOWNLOAD EBOOK

A study of the relationship between platform and creative expression in the Atari VCS, the gaming system for popular games like Pac-Man and Star Wars: The Empire Strikes Back. The Atari Video Computer System dominated the home video game market so completely that “Atari” became the generic term for a video game console. The Atari VCS was affordable and offered the flexibility of changeable cartridges. Nearly a thousand of these were created, the most significant of which established new techniques, mechanics, and even entire genres. This book offers a detailed and accessible study of this influential video game console from both computational and cultural perspectives. Studies of digital media have rarely investigated platforms—the systems underlying computing. This book, the first in a series of Platform Studies, does so, developing a critical approach that examines the relationship between platforms and creative expression. Nick Montfort and Ian Bogost discuss the Atari VCS itself and examine in detail six game cartridges: Combat, Adventure, Pac-Man, Yars' Revenge, Pitfall!, and Star Wars: The Empire Strikes Back. They describe the technical constraints and affordances of the system and track developments in programming, gameplay, interface, and aesthetics. Adventure, for example, was the first game to represent a virtual space larger than the screen (anticipating the boundless virtual spaces of such later games as World of Warcraft and Grand Theft Auto), by allowing the player to walk off one side into another space; and Star Wars: The Empire Strikes Back was an early instance of interaction between media properties and video games. Montfort and Bogost show that the Atari VCS—often considered merely a retro fetish object—is an essential part of the history of video games.


Commodore 64 Programmer's Reference Guide

Commodore 64 Programmer's Reference Guide

Author:

Publisher: Prentice Hall

Published: 1983-01

Total Pages: 486

ISBN-13: 9780672220562

DOWNLOAD EBOOK

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


Spectrum Machine Language for the Absolute Beginner

Spectrum Machine Language for the Absolute Beginner

Author: William Tang

Publisher: Andrews UK Limited

Published: 2022-03-31

Total Pages: 244

ISBN-13: 1789829534

DOWNLOAD EBOOK

First published in 1982, William Tang’s Spectrum Machine Language for the Absolute Beginner is generally considered to be the best introduction to 8-bit machine code programming ever written. With many great game writers crediting this as the book that got them started, there still is no better way to learn the language at the heart of the ZX Spectrum. * * * As the original publisher Melbourne House wrote: If you are frustrated by the limitations of BASIC and want to write faster, more powerful, space-saving programs or subroutines, Spectrum Machine Language for the Absolute Beginner is the book for you. Even with no previous experience of computer languages, you will be able to discover the ease and power of the Spectrum's own language. Each chapter includes specific examples of machine language applications which can be demonstrated and used on your Spectrum as well as a self-test questionnaire. At the end of the book, all this is brought together in an entire machine language program - from design right through to the complete listing of an exciting, original arcade game. * * * Acorn Books is proud to present its Retro Reproduction Series, a collection of classic computing works from the 1980s and 90s, lovingly reproduced in the 21st century. From standards of programming reference no self-respecting microcomputer programmer would be without, to obscure works not found in print anywhere else, these modern reprints are perfect for any connoisseur of retro computing.


10 PRINT CHR$(205.5+RND(1)); : GOTO 10

10 PRINT CHR$(205.5+RND(1)); : GOTO 10

Author: Nick Montfort

Publisher: MIT Press

Published: 2012-11-23

Total Pages: 323

ISBN-13: 0262304570

DOWNLOAD EBOOK

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.


ZX Spectrum Games Code Club

ZX Spectrum Games Code Club

Author: Gary Plowman

Publisher: Gazzapper Press

Published: 2015-11-29

Total Pages: 128

ISBN-13: 9780993474408

DOWNLOAD EBOOK

This book is ideal for ZX Spectrum fans and beginner coders of any age that want to learn or practice building simple games. Contains 20 games specifically created for this book, from Arcade classics to more wacky game ideas. No special equipment needed! Works on... Windows Mac Original ZX Spectrum Recreated ZX Spectrum Internet Browsers: Chrome / FF etc Linux Raspberry Pi Ideal for Retro Computing fans that want to dust off their ZX Spectrum or an emulator and type in some code, 'old school'. In one sitting type in a game, play it and then we will go through it. The book does not go over every single line of code, but rather summarises key components and newer sections for each game. This keeps the process fun and engaging. An interactive learning book intended for all ages and is also useful for Code Clubs. So type in a game and have some fun! Includes: ZX Breakout, MiniPong, Astral Invaders, Battleship War, Flappy Bird, Takeaway Ted and many more...


Mapping the Commodore 64

Mapping the Commodore 64

Author: Sheldon Leemon

Publisher:

Published: 1984

Total Pages: 268

ISBN-13: 9780942386233

DOWNLOAD EBOOK

Specifies the Functions of Pointers, the Stack, ROM & Kernal Routines. Offers Locations & Ideas for Programming When Using Machine Language