Skip to content

IKEMEN Go is a remake of the IKEMEN (open source fighting games engine that supports M.U.G.E.N resources) in Google’s Programming Language “Go”.

License

Notifications You must be signed in to change notification settings

Mike77154/Ikemen_GO1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ikemen GO

IKEMEN Go is a remake of the IKEMEN (open source fighting games engine that supports M.U.G.E.N resources) in Google’s Programming Language “Go”.

Installing

Installation bundles for windows, mac and linux are provided in the releases section. Download, execute, follow the wizard instructions.

If you need to install OpenAL dependencies, for windows, look at https://www.openal.org/downloads. For other platforms, use the respective package manager.

Running

On windows, execute Ikemen_GO.exe

On mac/linux, double click on Ikemen_GO.command

Developing

These instructions are for those interested in developing the Ikemen_GO engine. Instructions on contributing with custom stages, fonts, characters and other resources can be found in the community forum.

Building on Windows

Check the instructions here

Building on Mac

Check the insturctions here

Building on Linux

Check the instructions here

Debugging

Download the Mugen dependencies and unpack them into the Ikemen_GO source dir. Then, use Goland or Visual Studio Code to debug.

Cross-compiling binaries with docker (linux/windows/mac)

The easiest way to compile binaries for other platforms is with docker. You don't need the native development environment set to be able to build binaries if you decide to use docker. The image downloaded has all required tools to compile Ikemen_GO for all the three platforms.

Install docker for your platform. For mac, you can install using homebrew (brew cask install docker).

Open a terminal, go to Ikemen source dir folder and then run the script build_docker.sh Look inside the script for details on how it works.

Preparing for release

Before generating the install bundle, first make sure that the binaries for Ikemen_GO are properly generated. Download and install InstallBuilder. Once finished, open the program, then open the file releaseconf.xml. Click in Build. For other platforms, select the target platform then click in build.

You may edit releaseconf.xml or use the InstallBuilder wizard to customize the installer.

NOTE: InstallBuilder is free for opensource projects. But you need to get a license for it.
Do not include copyrighted dependencies in the bundle.

References

Suehiro repo (Original creator of the engine)

https://osdn.net/users/supersuehiro/pf/ikemen_go/

Ikemen GO Plus, K4thos fork of Ikemen (Some features were borrowed from his repo)

https://github.com/K4thos/Ikemen-GO-Plus

What I.K.E.M.E.N GO means.

Ikemen GO is a acrinym of: Itumademo Kanseishinai Eienni Mikansei ENgine Go version.

License

MIT Licence

About

IKEMEN Go is a remake of the IKEMEN (open source fighting games engine that supports M.U.G.E.N resources) in Google’s Programming Language “Go”.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 69.3%
  • Lua 29.9%
  • Other 0.8%