Categorygithub.com/ishtaka/go-game-programming
repositorypackage
0.0.0-20241128002251-22df13912a17
Repository: https://github.com/ishtaka/go-game-programming.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Game Programming in Golang Code

This repository contains the sample source code for Game Programming in C++ by Sanjay Madhav trying to implement by Golang.

Trying to reproduce the original implementation as much as possible, but since Golang doesn't have Inheritance, using interface and embedding instead.

In addition, processing load and efficiency are not taken into consideration.

This repository is for studying purposes only and is unrelated with the original authors.

Requirements

How to run

  • Edit import in main.go to choose the chapter you want to run.
  • Download assets from original repository and put them in the Assets directory.
  • Run the following command.
$ go run main.go