All Projects → ErikOverflow → SimpleIncremental

ErikOverflow / SimpleIncremental

Licence: MIT License
A simple Unity project that introduces many of Unity's cooler advanced concepts.

Programming Languages

C#
18002 projects
ShaderLab
938 projects
HLSL
714 projects

Projects that are alternatives of or similar to SimpleIncremental

Beaverandfairies
Stars: ✭ 14 (-72.55%)
Mutual labels:  gamedev, unity2d
UnityDebug
A wrapper script for Unity debug calls to use conditional attributes in order to avoid debug code being compiled into release builds.
Stars: ✭ 29 (-43.14%)
Mutual labels:  gamedev, unity2d
Deadsimple Pixel Perfect Camera
An exceedingly easy-to-use pixel perfect orthographic camera script for 2D scenes in Unity. Punch in a few specs and you've got a working pixel perfect camera. It's that easy.
Stars: ✭ 186 (+264.71%)
Mutual labels:  gamedev, unity2d
Unity2d Components
A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
Stars: ✭ 375 (+635.29%)
Mutual labels:  gamedev, unity2d
Unity-Visual-Behavior-Tree
Reactive Visual Scripting Behavior Tree Tool for Unity 2018.x+
Stars: ✭ 36 (-29.41%)
Mutual labels:  gamedev, unity2d
raylib-nelua
Raylib wrapper to nelua language
Stars: ✭ 27 (-47.06%)
Mutual labels:  gamedev
ure
the unRogueEngine
Stars: ✭ 111 (+117.65%)
Mutual labels:  gamedev
GLFW-CMake-starter
Use CMake to create a project with GLFW - Multi-platform Windows, Linux and MacOS.
Stars: ✭ 53 (+3.92%)
Mutual labels:  gamedev
isosurface
Isosurface extraction using Marching Cubes and pure WebGL.
Stars: ✭ 66 (+29.41%)
Mutual labels:  gamedev
PICO-EC
A tiny scene-entity-component library created for the PICO-8 fantasty console.
Stars: ✭ 37 (-27.45%)
Mutual labels:  gamedev
CategoryTool
Unity Editor tool to create Categories in the Hierarchy. The Categories work as dividers between GameObjects.
Stars: ✭ 47 (-7.84%)
Mutual labels:  gamedev
kha-tutorial-series
source code from kha tutorial series
Stars: ✭ 56 (+9.8%)
Mutual labels:  gamedev
jfastnet
Fast, reliable UDP messaging for Java. Designed for games.
Stars: ✭ 26 (-49.02%)
Mutual labels:  gamedev
ToolKit
2d - 3d game and interactive application develepment kit
Stars: ✭ 26 (-49.02%)
Mutual labels:  gamedev
superfeather
SNES game engine in 65816 assembly, focusing on performance, flexibility, convenience
Stars: ✭ 31 (-39.22%)
Mutual labels:  gamedev
SimpleTilemap
A fast, easy way to generate runtime tilemaps in Unity
Stars: ✭ 37 (-27.45%)
Mutual labels:  gamedev
xtory
a tool for writing branching nonlinear stories.
Stars: ✭ 14 (-72.55%)
Mutual labels:  gamedev
Entitas-Java
Entity Component System (ECS) in Java 8
Stars: ✭ 37 (-27.45%)
Mutual labels:  gamedev
SDL.zig
A shallow wrapper around SDL that provides object API and error handling
Stars: ✭ 102 (+100%)
Mutual labels:  gamedev
unity-plumber
A component to procedurally generate pipe-like meshes in Unity
Stars: ✭ 55 (+7.84%)
Mutual labels:  gamedev

SimpleIncremental

Documentation can be found on the Wiki

Join us on Discord

Before contributing: Contribution Guidelines

Don't be a jerk: Code of Conduct

Feature requests and bugs: Bugs/issues

A simple 2D incremental game built in Unity that implements:

  • A dynamic inventory system
  • Ranged and Melee attacking
  • Physics based movement
  • A scriptable object event system
  • Data-driven stat calculations (Hook and Augment systems)
  • And more!

This project is Open-Source and is covered by an MIT license. This project can be used as a template, reference, or a base for any of your own projects. The current art is all public domain or CC-BY, but will eventually be all public domain.

If you do use this project or its components, you are not required to give attribution. However, please consider contributing some of the scripts and ideas you come up with to this project via a pull-request or documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].