• Stars
    star
    101
  • Rank 336,561 (Top 7 %)
  • Language
    C++
  • License
    Other
  • Created about 9 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Paintown is a 2-d fighting game

Paintown

by Jon Rafkind (Updated on 02/07/2024)

Paintown is a 2-d fighting game that is similar in style to Streets of Rage. Paintown also comes with a MUGEN engine.

Table of Contents

Builds

Linux Ubuntu Build Mac Arm Build Mingw Cross-Compile Build Devkitpro Cross-Compile Build Steam Cross-Compile Build

Releases

Get Source

If you are reading this you might already have the source. If not get it from the Paintown Repository.

Additional data which has collections of characters, levels and other items can be obtained in the Paintown Data Repository.

Note to distribution maintainers it is recommended to omit the data from the above repository since it may contain copyrighted material.
The included data in the Paintown Repository should be sufficient for running the application (which excludes levels and content).

Requirements to build

You need the following things to compile Paintown:

  • GNU build utils (gcc and g++)
    • Note that you will need to have c++11 support
  • Software construction tools
  • zlib
  • libpng
  • SDL2
    • SDL2_image
    • SDL2_ttf
    • SDL2_mixer
    • SDL2_gfx
  • Optional Libs
    • OGG / Vorbis / Vorbis File
    • MPG123
  • Scripting
    • python and its headers (usually this comes with python)

Compilation

You can build paintown with Meson using the Makefile.

Linux

Build Debug
$ make
# To build tests do:
$ make test
Cross-compile for windows with mingw
$ make mingw
# To build tests do:
$ make testmingw

Note this build depends on x86_64-w64-mingw32 and hasn't been tested on any other distro than debian based ones

Ubuntu

There are several scripts that will install the necessary packages and then invoke the compilation

Basic build

$ ./easy-compile-ubuntu

Mingw build (cross compilation for windows)

$ ./easy-compile-mingw

Binaries are dumped into the mingw-bin directory. Make sure you copy zlib1.dll with your binary.

Fedora

$ ./easy-compile-fedora

Mac Arm

$ ./easy-compile-mac-arm

Scripting

A python engine has been added to paintown so you can script a level. See scripting.txt for more details.

Thanks

Chat

More Repositories

1

master-of-magic

Clone of the MicroProse game, Master of Magic.
Go
19
star
2

allegro4-to-5

Compatibility layer between Allegro4 and Allegro5
C
17
star
3

x11-racket

Racket bindings to various X11 libraries
Racket
11
star
4

Pegs

A PEG generator in Scheme/Racket. Comes with some full parsers for popular languages
Ruby
10
star
5

r-tech1

A set of C++ wrappers around low level libraries mainly used for game development
C
8
star
6

magpie

A tool that performs a source-to-source transformation on C to use a precise garbage collector
C
8
star
7

racket-allegro-5

Racket bindings to the Allegro5 library
Racket
6
star
8

decompiler

Decompiles native assembly to high level languages
C
5
star
9

xborder

Shows a colored border around an X window
C++
5
star
10

paintown-data

Data for the paintown repository
Batchfile
4
star
11

nes

NES emulator written in Go
Go
4
star
12

diet

Run programs under constrained resource limits
C
4
star
13

Honu

Code examples for the Honu language
2
star
14

extensible-c--

c++ with support for syntactic abstraction
Racket
2
star
15

racket-allegro-4

Racket bindings to Allegro4
2
star
16

viewer

Simple and fast image viewer
C++
2
star
17

portal

A command line utility that makes it easy to copy files on a local system
Python
1
star
18

dodgeball

Dodgeball game similar to Super Dodgeball for the NES
C++
1
star
19

settings

Various configuration files for linux that I use
Vim Script
1
star
20

dns

DNS server in rust
Rust
1
star
21

raco-auto

Runs Racket programs and automatically compiles dependencies
1
star
22

reft

Utility to facilitate transferring files over a network with no fuss
Java
1
star
23

webassembly

Various webassembly tools
WebAssembly
1
star
24

filesync

Convenient tool for syncing files between computers
Ruby
1
star
25

rafkill

2-d vertical shootem-up
C++
1
star
26

TestingWiki

Testing the new wiki features
1
star
27

racket-debian

Debian packaging scripts for Racket
Python
1
star