Logo

Coding with Minecraft by Al Sweigart

Large book cover: Coding with Minecraft

Coding with Minecraft
by

Publisher: No Starch Press
Number of pages: 256

Description:
In Coding with Minecraft, you'll create a virtual robot army with Lua, a programming language used by professional game developers. Step-by-step coding projects will show you how to write programs that automatically dig mines, collect materials, craft items, and build anything that you can imagine. Along the way, you'll explore key computer science concepts like data types, functions, variables, and more.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Killer Game Programming in JavaKiller Game Programming in Java
by - O'Reilly Media
This book is for people who already know the basics of Java. It teaches reusable techniques which can be pieced together to make lots of games. For example, how to make a particle system, first-person keyboard controls, a terrain follower, etc.
(21300 views)
Book cover: The Java Game Programming TutorialThe Java Game Programming Tutorial
by
This tutorial starts with basic issues in the Java language with regard to applets, particularly for beginners or knowledgeable programmers who wish to make online Java presentations or games. The tutorial applets are available for downloading.
(20124 views)
Book cover: Michael Abrash's Graphics Programming Black BookMichael Abrash's Graphics Programming Black Book
by - Coriolis Group Books
A book for game developers and serious assembly language programmers. It explores the technology behind the popular Doom and Quake 3-D games, and explains optimized solutions to 3-D graphics problems from texture mapping, hidden surface removal, etc.
(24192 views)
Book cover: Strategy Game ProgrammingStrategy Game Programming
by
These pages intend to give a comprehensive overview of the elements of a computer program which can play two-player strategy games like tic-tac-toe, connect four, checkers and chess. Code fragments in this text are written in C.
(17852 views)