Giter Club home page Giter Club logo

paintown's Introduction

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

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

paintown's People

Contributors

kazzmir avatar juvinious avatar humbertodias avatar drafkind avatar basxto avatar gitter-badger avatar palob avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.