Star Wars Revised Rulebook

Star Wars Revised Rulebook
Author: Bill Slavicsek
Publisher:
Total Pages: 0
Release: 2002-05
Genre: Handbooks, manuals, etc
ISBN: 9780786928767

Containing all the rules needed to play the popular Star Wars Roleplaying Game, this rulebook has been updated and expanded to include changes based on customer feedback and all-new "Star Wars: Attack of the Clones" material.

Those Dark Places

Those Dark Places
Author: Jonathan Hicks
Publisher: Lulu.com
Total Pages: 190
Release: 2007-07-27
Genre: Fiction
ISBN: 1847536697

Jonathan Hicks, published twice in the British Science Fiction Association's writer's magazine 'FOCUS' and the mission designer/dialogue writer of the mobile telephone game of acclaimed television show 'Battlestar Galactica', presents twelve short stories about the little people in the big universe. "I grew up with the grandiose science fiction tales, in books and on film, with great galaxy-spanning adventures or life-changing technologies," said Jonathan Hicks. "In this book I concentrate on the 'little guy', the people who work behind the scenes and those who get a less than stellar deal out of the supposed adventure travelling the galaxy and exploring new technologies offers." Click on the 'preview this book' under the cover picture above to find out more about these stories. Contains strong language and some violence

The Dark Side Sourcebook

The Dark Side Sourcebook
Author: Bill Slavicsek
Publisher:
Total Pages: 0
Release: 2001
Genre: Fantasy games
ISBN: 9780786918492

In this essential rule book, roleplaying gamers will discover histories of the Sith and other dark side sects, key descriptions of infamous dark side villains, and ideas on how to implement evil player characters into their campaigns.

The Psychology of Video Games

The Psychology of Video Games
Author: Celia Hodent
Publisher: Routledge
Total Pages: 105
Release: 2020-10-07
Genre: Psychology
ISBN: 1000194760

What impact can video games have on us as players? How does psychology influence video game creation? Why do some games become cultural phenomena? The Psychology of Video Games introduces the curious reader to the relationship between psychology and video games from the perspective of both game makers and players. Assuming no specialist knowledge, this concise, approachable guide is a starter book for anyone intrigued by what makes video games engaging and what is their psychological impact on gamers. It digests the research exploring the benefits gaming can have on players in relation to education and healthcare, considers the concerns over potential negative impacts such as pathological gaming, and concludes with some ethics considerations. With gaming being one of the most popular forms of entertainment today, The Psychology of Video Games shows the importance of understanding the human brain and its mental processes to foster ethical and inclusive video games.

Lunabean's Star Wars

Lunabean's Star Wars
Author: Allison Schubert
Publisher: Lunabean, LLC
Total Pages: 163
Release: 2004
Genre: Games & Activities
ISBN: 097494839X

This extensive strategy guide includes both our Light Side and Dark Side KOTOR II Strategy guide. It will take you through the game as a Light or Dark Side Jedi. Comprehensive walkthrough and strategy guide, covering all levels and planets. 163 pages. 660 KB. In Adobe PDF format. Free Adobe Reader required, if you do not already have it. Lunabean's Star Wars Knights of the Old Republic II: The Sith Lords Walkthrough and Strategy Guide was written with one goal in mind: To get you through the game. This is a difficult task as how this game is played determines how the game plays out. For example, you will often have to choose sides through the game. If you choose to help a certain group, your tasks will be different than had you have chosen to help the other group. For that reason, this COMBO guide contains both the Light Side and the Dark Side versions of our Guide.

Medievalism in Technology Old and New

Medievalism in Technology Old and New
Author: Karl Fugelso
Publisher: DS Brewer
Total Pages: 230
Release: 2008
Genre: History
ISBN: 9781843841562

Medievalism examined in a variety of genres, from fairy tales to today's computer games. As medievalism is refracted through new media, it is often radically transformed. Yet it inevitably retains at least some common denominators with more traditional responses to the middle ages. This latest volume of Studies inMedievalism explores this phenomenon with a special section on computer games, examining digital echoes of the medieval past in subjects ranging from the sovereign ethics of empire in Star Wars to gender identity in on-line role playing. Medievalism in more conventional venues is also addressed, ranging from early French fairy tales to nineteenth-century neo-Byzantine murals. Great innovation and extraordinary continuity are thus juxtaposed not only within each article but also across the volume as a whole, in yet further testimony to the exceptional flexibility and enduring relevance of medievalism. CONTRIBUTORS: ALICIA C. MONTOYA, ALBERT D. PIONKE, GRETCHENKREAHLING MCKAY, CHENE HEADY, BRUCE C. BRASINGTON, STEFANO MENGOZZI, CAROL L. ROBINSON, OLIVER M. TRAXEL, AMY S. KAUFMAN, BRENT MOBERLY, KEVIN MOBERLY, LAURYN S. MAYER

Python Game Programming By Example

Python Game Programming By Example
Author: Alejandro Rodas de Paz
Publisher: Packt Publishing Ltd
Total Pages: 231
Release: 2015-09-28
Genre: Computers
ISBN: 178528391X

A pragmatic guide for developing your own games with Python About This Book Strengthen your fundamentals of game programming with Python language Seven hands-on games to create 2D and 3D games rapidly from scratch Illustrative guide to explore the different GUI libraries for building your games Who This Book Is For If you have ever wanted to create casual games in Python and you would like to explore various GUI technologies that this language offers, this is the book for you. This title is intended for beginners to Python with little or no knowledge of game development, and it covers step by step how to build seven different games, from the well-known Space Invaders to a classical 3D platformer. What You Will Learn Take advantage of Python's clean syntax to build games quickly Discover distinct frameworks for developing graphical applications Implement non-player characters (NPCs) with autonomous and seemingly intelligent behaviors Design and code some popular games like Pong and tower defense Compose maps and levels for your sprite-based games in an easy manner Modularize and apply object-oriented principles during the design of your games Exploit libraries like Chimpunk2D, cocos2d, and Tkinter Create natural user interfaces (NUIs), using a camera and computer vision algorithms to interpret the player's real-world actions In Detail With a growing interest in learning to program, game development is an appealing topic for getting started with coding. From geometry to basic Artificial Intelligence algorithms, there are plenty of concepts that can be applied in almost every game. Python is a widely used general-purpose, high-level programming language. It provides constructs intended to enable clear programs on both a small and large scale. It is the third most popular language whose grammatical syntax is not predominantly based on C. Python is also very easy to code and is also highly flexible, which is exactly what is required for game development. The user-friendliness of this language allows beginners to code games without too much effort or training. Python also works with very little code and in most cases uses the “use cases” approach, reserving lengthy explicit coding for outliers and exceptions, making game development an achievable feat. Python Game Programming by Example enables readers to develop cool and popular games in Python without having in-depth programming knowledge of Python. The book includes seven hands-on projects developed with several well-known Python packages, as well as a comprehensive explanation about the theory and design of each game. It will teach readers about the techniques of game design and coding of some popular games like Pong and tower defense. Thereafter, it will allow readers to add levels of complexities to make the games more fun and realistic using 3D. At the end of the book, you will have added several GUI libraries like Chimpunk2D, cocos2d, and Tkinter in your tool belt, as well as a handful of recipes and algorithms for developing games with Python. Style and approach This book is an example-based guide that will teach you to build games using Python. This book follows a step-by-step approach as it is aimed at beginners who would like to get started with basic game development. By the end of this book you will be competent game developers with good knowledge of programming in Python.