Skip to content
/ bitcity Public
forked from AntonioND/ucity

The open-source city building game for Game Boy Color.

Notifications You must be signed in to change notification settings

EV71/bitcity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitCity

The open-source city building game for Game Boy Color.

Introduction

This is a very early version of BitCity. As such, most of the functionality is missing. The only finished part is the editor mode. This is not playable. This is just the skeleton of the game it may become in a not so far away future.

It is developed using BGB (http://bgb.bircd.org/), and it's tested on hardware every once in a while.

NOTE: I'm looking for a good pixel artist to help me with the game graphics. If you are interested please contact me at my email ([email protected]).

General to do list:

  • Minimap screen (with different maps)
  • Simulation
  • Save menus
  • Budget screen
  • Compression

Controls

  • Start: Open pause menu.
  • Select: Open building select menu.
  • B: If held, fast scroll.

Credits

Game made by AntonioND/SkyLyrac (Antonio Niño Díaz)

Email: [email protected] / [email protected]

Web:

GitHub: https://github.com/AntonioND

Dependencies:

Tools (for Windows, but they run on Wine):

Compiling

The Makefile has to be edited to point the RGBDS binaries. Then, open the console and type make rebuild. This should work on Linux, MinGW, Cygwin, etc.

License

This game is licensed under the GPL v3 license. You may have received the source code of this game along with the ROM file. If not, the source code is freely available at the following address:

https://github.com/AntonioND/bitcity

Not all source code files are licensed under the GPL v3, though, only the ones with the GPL header are. There other source files are licensed under different terms (for example, GBT Player is licensed under the 2-clause BSD license).

The media files (graphics and music) are licensed under a Creative Commons license (CC BY-SA 4.0).

GPL v3

BitCity - City building game for Game Boy Color.
Copyright (C) 2016 Antonio Nino Diaz (AntonioND/SkyLyrac)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Contact: [email protected]

About

The open-source city building game for Game Boy Color.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Assembly 92.5%
  • C++ 7.0%
  • Makefile 0.5%