Git Product home page Git Product logo

qb's Introduction

Unity

Start screen

Welcome to qb ("cube"), a short and sweet 6-level puzzle game written in C# with Unity v2018.4. Thanks to the Unity "Create With Code" team for helping to kick-start this project. The game has been built to play in a web browser via WebGL, and a standard keyboard and mouse are required. Check out some videos on my YouTube channel. Can you beat the cube? Enjoy!



qb Start Screen

qb Level 1 qb Level 2

qb Level 3 qb Level 4

qb Level 5 qb Level 6


Running live

A live version of this game can be found here. You only need an up-to-date web browser in order to play, no special software is needed.


Running locally

  • Download the Build/qb.zip file, and unzip it
  • Navigate to the qb directory in the terminal
  • Start a local web server in that directory, such as via node.js (faster running):
    • $ http-server -p 8080
  • Or via Python (slower running):
    • $ python -m http.server --cgi 8080
  • In your web browser, go to http://127.0.0.1:8080. You should see the startup screen and now be able to play.
  • When finished, go back to the terminal and press Ctrl-c to stop the local web server

Assets

Design & Code © 2020 Darren Temple
All other assets are the property of their respective creators, and are used with thanks.

Shader & Materials:

Visual Effects:

Sound Effects:

Music:

qb's People

Contributors

reikyo avatar

Stargazers

Jack Schofield avatar

Watchers

James Cloos 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.