Git Product home page Git Product logo

gvc21-pacman's Introduction

Pac Man from Scratch

Welcome to the Govircon 2021 beginner's workshop!

In this course you will learn the basics of the Go programming language while building a Pac Man clone from scratch.

Workshop Slide Deck

click here

Before getting started

Make sure you have the latest version of Go installed on your machine. You can download it from https://golang.org.

You will also need your favorite IDE to write the code. If you have no preferences, I recommend starting with VS Code: https://code.visualstudio.com/download

Note for Windows users

It is also recommended to run it on Mac OS or Linux, so if you are using Windows you might want to enable Windows Subsystem for Linux (WSL) or use a virtual machine like VirtualBox.

WSL setup: https://www.windowscentral.com/install-windows-subsystem-linux-windows-10 VirtualBox: https://www.virtualbox.org/

Create your working environment

You can either:

  • Fork this repo to your GitHub profile and then clone it to your machine.
  • Create an empty folder on your machine and initialize git locally (git init)

Note: If you choose to initialize git locally you may add a remote target at a later stage.

Make sure that the go command line application is working as expected:

$ go version
go version go1.17.4 darwin/arm64

Getting started

Go to step 1.

gvc21-pacman's People

Contributors

danicat avatar

Stargazers

Sebastián avatar Luis Contreras Guerra avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.