Skip to content

drunkfly/gamemyx

Repository files navigation

GameMYX

GameMYX engine is designed to simplify development of games for ZX Spectrum Next (and, in the future, for other platforms). Development is done in C and Z80 Assembler languages.

For terms of use see Legal section below.

NOTE: This software is still under development!

Getting started

This engine has batteries included! Everything you need to start developing games is contained in this repository. Clone the repository and start making your new game!

Currently only Windows platform is supported. Support for Linux and MacOS is planned in the future.

YouTube

Development of this game engine was streamed online since the beginning. Check out the following videos (sorry, Russian language only):

Legal

This software is licensed to you under the 3-clause BSD license. Text of the license can be found below.

Please don't forget to properly attribute use of this software in your product (as required by p.2 of the license).

The following files are NOT covered by this license and have their own licenses instead:

  • File Importer/stb_image.h.
  • Files under the Importer/ezxml directory.
  • Files under the Importer/md5 directory.
  • Files under the Data/16x16OutdoorsTileset directory.
  • Files under the Data/BitPotion directory.
  • Files under the Data/Hearts directory.
  • Files under the Data/MiniWorldSprites directory.
  • Files under the Data/Music directory.
  • Files under the Data/SereneVillage directory.
  • Files under the Tools directory.
  • Files under the Build/SDL2 directory.
Copyright (c) 2021 DrunkFly Team

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. Neither the name of the copyright holder nor the names of its
   contributors may be used to endorse or promote products derived
   from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published