sethballantyne / Plexis

A Breakout clone written in C++/CLI using DirectX 8, complete with level editor written in C#.
MIT License
2 stars 0 forks source link
arkanoid breakout cpp cppcli directdraw directinput directsound directx directx8 dotnet game hacktheplanet

Plexis

CURRENT VERSION: 0.10.2

Plexis a breakout clone I wrote in C++/CLI because I wanted to play around with DirectX and experiment with an idea I had revolving creating GUIs using XML. It's built on top of a simple engine I wrote that makes use of DirectDraw 7 for graphics, DirectSound 8 for audio and DirectInput 8 for input. The level editor is written in C#, using WinForms; you'll need the .NET Framework 4.5 or later to run both the game and the editor. All the levels currently included are just debug levels; the emphasis is on gameplay at the moment.

The latest build of the game is in the build directory. All the source code is released under the MIT license.

Changes in 0.10.2

Game

Changes in 0.10.1

Game

Changes in 0.10

Changes in 0.9.1

Changes in 0.9

Changes in 0.8.2

Changes in 0.8.1