Dwarf1er / maple-pinball

A Unity 3D pinball game using linear algebra to create some of the components. In particular the marble that is generated using an algorith to create all of the vertices using spherical coordinates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maple-Pinball

This is the repository for a Unity 3D pinball game using linear algebra to create some of the components. In particular the marble that is generated using an algorith to create all of the vertices using spherical coordinates.

Art

Most of the models were provided in the project boilerplate. Some of the components like the marble are generated using mathematical algorithms to create vertices and texures.

Getting Started

To run this game, you'll need Unity 2020.3.17f1.

Game Controls

Action Key on keyboard
Compress launcher space (hold to compress, release to launch)
Left flipper left arrow
Right flipper right arrow

How To Use This Project

This game has 2 available builds: a build for desktop on Windows available in the realeases of this repo and a web browser version avaialable on the GitHub pages for this repo.

Windows Build

Download the latest build by clicking here

WebGL Build In Your Browser

To play maple-pinball in your web browser click here

Prerequisites

Authors

License

This project is licensed under The MIT License (MIT)

Acknowledgments

  • Billie Thompson, this README was based on the template provided here
  • GameCI, the build deployment was made with the help of the GameCI documentation found here

About

A Unity 3D pinball game using linear algebra to create some of the components. In particular the marble that is generated using an algorith to create all of the vertices using spherical coordinates.

License:MIT License


Languages

Language:C# 98.3%Language:SCSS 1.2%Language:Objective-C 0.5%