Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Releases: McSinyx/brutalmaze

Last Python 2 release

24 Jan 13:23
Compare
Choose a tag to compare

This is the last maintenance release supporting Python 2.

Starting from version 1.0, Brutal Maze will be targeting pygame 2 (linked against SDL2) on Python 3.
It is also planned to use palace for real positional sound support.

Optimize and improve logic

12 Oct 14:55
Compare
Choose a tag to compare
  • Prevent the hero from being trapped within a closed room on map creation
  • Remove useless enemy weights which I thought could make the maze smarter
  • Optimize enemy waking algorithm
  • Refactor path finding code to make it more concise

Fix zombie enemies and increase heart rate

24 Jul 06:29
Compare
Choose a tag to compare

Critical bugs cannot be ignored.

Last 0.8 feature release

16 Jul 09:25
Compare
Choose a tag to compare

This should be the last maintenance release of the 0.8 version which uses pygame and SDL1. Changes from the previous release include:

  • Prevent player from creating enemies by shooting at walls when there isn't any
  • Make icon true squircle using SVG's Bézier curves

From next major release, the game will be using OpenGL and GLFW for graphics and OpenAL for audio. I'm sorry, this ain't happening. Performance gain from OpenGL will be insignificant for 2D game, and pygame is being gradually ported to SDL2.

Switch back to thrilling white noise

18 Mar 02:30
Compare
Choose a tag to compare

Also update documentation and licensing in setup.py.

Add better support for touch devices

09 Oct 14:25
Compare
Choose a tag to compare
0.8.22

Improve coding style

Add support for game record

08 Aug 15:42
Compare
Choose a tag to compare
0.8.21

Fix stupid ass bugs

Enhance gameplay

20 Jul 08:09
Compare
Choose a tag to compare
  • Add support for moving hero using mouse
  • Make walls destructable
  • Change default background music
  • Improve maze generation algorithm, with is now neutral
  • Give Chocolate spectial power

Enhance gameplay

22 May 14:19
Compare
Choose a tag to compare
Enhance gameplay Pre-release
Pre-release
  • Allow moving hero using mouse
  • Turn wall grids into enemies when they're shot
  • Replace default music background

Fix broken argument parser on Windows

05 Apr 14:22
Compare
Choose a tag to compare

Also correct typos and grammar mistakes in documentation.