All Projects → albertobeta → 2d Spaceshooter

albertobeta / 2d Spaceshooter

A very simple 2D space shooter game made with Unity

Projects that are alternatives of or similar to 2d Spaceshooter

O2
2D Game Engine with visual WYSIWYG editor
Stars: ✭ 121 (+1916.67%)
Mutual labels:  unity3d, 2d-game, 2d, 2d-graphics
Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (+6933.33%)
Mutual labels:  game, 2d-game, 2d
Chasingplanes unity3d
A "Missiles" game replica, 2D fun mobile game about avoiding missiles while flying a plane.
Stars: ✭ 42 (+600%)
Mutual labels:  game, unity3d, 2d
Godot Platformer 2d
2d Metroidvania-inspired game for the 2019 GDquest Godot Kickstarter course project.
Stars: ✭ 365 (+5983.33%)
Mutual labels:  game, 2d-game, 2d
Fxgl
Stars: ✭ 2,378 (+39533.33%)
Mutual labels:  game, 2d-game, 2d
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+34133.33%)
Mutual labels:  game, 2d-game, 2d
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (+2200%)
Mutual labels:  game, 2d-game, 2d
Unitymathreference
Math reference for games and more. All visualized in Unity3D.
Stars: ✭ 166 (+2666.67%)
Mutual labels:  game, unity3d, 2d
Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+54200%)
Mutual labels:  game, unity3d
Fungus
An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
Stars: ✭ 786 (+13000%)
Mutual labels:  game, unity3d
Libgdx
Desktop/Android/HTML5/iOS Java game development framework
Stars: ✭ 19,420 (+323566.67%)
Mutual labels:  game, 2d
TileMapGenerator
Create your own 2D Maps with layer-by-layer system using Noise-Sample and BufferedImage pattern
Stars: ✭ 19 (+216.67%)
Mutual labels:  2d, 2d-graphics
Dot-World-Maker
Online web role playing game (RPG) engine let you build your own game directly from your browser.
Stars: ✭ 25 (+316.67%)
Mutual labels:  2d-game, 2d
gridder
A Grid based 2D Graphics library
Stars: ✭ 51 (+750%)
Mutual labels:  2d, 2d-graphics
Redrunner
Red Runner, Awesome Platformer Game.
Stars: ✭ 414 (+6800%)
Mutual labels:  game, unity3d
isometric
A lightweight JavaScript library, written in TypeScript to create isometric projections using SVGs
Stars: ✭ 53 (+783.33%)
Mutual labels:  2d, 2d-graphics
Multiplayer Fps
🎮 A multiplayer first person shooter game based on Unity Game Engine
Stars: ✭ 404 (+6633.33%)
Mutual labels:  game, unity3d
Loxodon Framework
An MVVM & Databinding framework that can use C# and Lua to develop games
Stars: ✭ 802 (+13266.67%)
Mutual labels:  game, unity3d
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+8700%)
Mutual labels:  game, unity3d
Airtest
UI Automation Framework for Games and Apps
Stars: ✭ 5,733 (+95450%)
Mutual labels:  game, unity3d

2D Space Shooter (Complete Unity Project)

This is a complete project of a very simple 2D space shooter game created with Unity. The game itself is not refined, yet it contains all the "ingredients" needed to learn the paradigms underlying videogames development including (but not limited to) player-enemies interaction, physics, GUI, sounds, 2D parallax, etc.

I normally use this game for introductory hands-on workshops where participants (who often don't have coding skills) learn to build a complete mobile video game from scratch in a few hours.

Screenshot of the 2D Space Shooter

The game is released under a Creative Commons License (see code and readme files in the sprites folder for more details). The sprites are taken from a tutorial on Gamedevtuts+ and were designed by Jacob Zinman-Jeanes. The C# code for Unity3D has been written from scratch and the gameplay kept simple for didactic purposes.

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].