Pixelgamix / BreakoutParty

A simple pixel art style breakout clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BreakoutParty

A simple pixel art style breakout clone made by Pixelgamix using FNA and Farseer Physics.

System requirements

  • .NET Framework 4.5.2
  • VC++ 2010 redistributable (Windows only)
  • For development: Windows 7 and Visual Studio 2015 Community Edition
  • For playing: Graphics card with basic shader support, Windows, Linux or Mac (Linux and Mac being untested)

Downloading native libraries

FNA depends on some native libraries that are not included in this repository in order to keep the repository size small. Currently there are 2 ways to obtain the native libraries:

  1. Download them from the official FNA website. Please note that these files get updated by the FNA dev team without regards of backwards compatibility so they might not work with the FNA version BreakoutParty is using.
  2. Download a BreakoutParty Release and grab the native libraries from there.

After downloading them just copy the native libraries for your operating system into the folder you built BreakoutParty to. Copy all of them if you want to make sure the game runs on every operating system.

About

A simple pixel art style breakout clone

License:MIT License


Languages

Language:C# 100.0%