All Projects → kotcity → Kotcity

kotcity / Kotcity

Licence: apache-2.0
KotCity, an open source city simulator

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Kotcity

Civitas
Civitas is an empire-building game written in Javascript with the help of the jQuery library.
Stars: ✭ 207 (-55.19%)
Mutual labels:  game, city
Opensc2k
OpenSC2K - An Open Source remake of Sim City 2000 by Maxis
Stars: ✭ 4,753 (+928.79%)
Mutual labels:  game, city
Naev
Naev is a 2d action/rpg space game that combines elements from the action, rpg and simulation genres.
Stars: ✭ 482 (+4.33%)
Mutual labels:  game, simulator
Citybound
A work-in-progress, open-source, multi-player city simulation game.
Stars: ✭ 6,646 (+1338.53%)
Mutual labels:  game, city
Pioneer
A game of lonely space adventure
Stars: ✭ 979 (+111.9%)
Mutual labels:  game, simulator
Syscrack
Virtual Online Crime Simulator (VOCS) written in PHP 7.0
Stars: ✭ 17 (-96.32%)
Mutual labels:  game, simulator
Space Nerds In Space
Multi-player spaceship bridge simulator. Captain your starship through adventures with your friends. See https://smcameron.github.io/space-nerds-in-space
Stars: ✭ 516 (+11.69%)
Mutual labels:  game, simulator
Card Game Simulator
Create, Share, and Play
Stars: ✭ 87 (-81.17%)
Mutual labels:  game, simulator
Aitrack
6DoF Head tracking software
Stars: ✭ 262 (-43.29%)
Mutual labels:  game, simulator
Digitaljs
Teaching-focused digital circuit simulator
Stars: ✭ 434 (-6.06%)
Mutual labels:  simulator
Autobleem
AutoBleem - Alternative to BleemSync/BootMenu, C++ based, GameScanner and Updater for Playstation Classic
Stars: ✭ 449 (-2.81%)
Mutual labels:  game
Gameboy.live
🕹️ A basic gameboy emulator with terminal "Cloud Gaming" support
Stars: ✭ 4,263 (+822.73%)
Mutual labels:  game
Usdx
The free and open source karaoke singing game UltraStar Deluxe, inspired by Sony SingStar™
Stars: ✭ 433 (-6.28%)
Mutual labels:  game
Tprpix
a Cross-Platform, 2D Survival Sandbox Game Project. Based on C++17/cmake/OpenGL/SQLite3.
Stars: ✭ 448 (-3.03%)
Mutual labels:  game
Flame
A minimalist Flutter game engine
Stars: ✭ 5,543 (+1099.78%)
Mutual labels:  game
Lidar for ad references
A list of references on lidar point cloud processing for autonomous driving
Stars: ✭ 456 (-1.3%)
Mutual labels:  simulator
Engine
Home of a voxel game engine and its tools (like a voxel editor)
Stars: ✭ 429 (-7.14%)
Mutual labels:  game
Aterriblekingdom
Scripting the Timeline for games in creative ways. Includes a small RTS game build on the 'A Mighty Kingdom' assets
Stars: ✭ 428 (-7.36%)
Mutual labels:  game
Dwarfcorp
An open-source 3D colony management game for PC, Mac and Linux
Stars: ✭ 460 (-0.43%)
Mutual labels:  game
Commandcenter
Starcraft AI Bot
Stars: ✭ 456 (-1.3%)
Mutual labels:  game

KotCity 0.49.3

Build Status Build Status

⚠⚠⚠ WARNING! WARNING! WARNING! ⚠⚠⚠

This is pre-alpha software with super obvious bugs, rough edges etc. In the spirit of "release early and release often", I am posting the code. This project is far from done but I prefer to get the code out there to be used by whomever. Disagree with the project? Fork it :)

Obligatory Screenshot

KotCity Screenshot

Gimme the Software!

Download pre-alpha builds for Windows, macOS and Linux.

Java 8+ is required. On Windows it will look for JRE and bring you to download page if you don't have it.

(note, on Ubuntu do "apt-get install openjfx")

New in this version

  • Fix for bad collision detection by @sabieber
  • Optimizations to pathfinding
  • Lots of new buildings :)

Known bugs

  • Railway navigation might be a little fluky, we are working on it.
  • All the other bugs :)

Unknown bugs

  • None

Next up!

  • Schools
  • Hospitals

What is KotCity?

KotCity is a city simulator written in Kotlin inspired by the statistical city simulators of old. This game aims to achieve a mark somewhere between SimCity (1989) and SC2000. Hopefully this mark will be hit and we can set our sights higher. The game will be fully supported on Windows, macOS, and Linux.

Quick Start

How can I change the code or work on the project?

View our Developer's Guide

API Documentation

Command line-flow

  • Install JDK 1.8+.
  • Clone the project.
  • Run Gradle using ./gradlew run.

It's easy to setting up the development environment. You can use either IntelliJ or other IDEs supporting Gradle, then import this as a Gradle project. Voilà, the project can be worked on.

The UI is done with FXML created with Gluon's SceneBuilder.

FAQ

Q: Why 2D?

A: This project is a lot of work already without having to worry about 3D modeling and so forth. One of my bottlenecks is art, so 2D is an easy way to sidestep that concern. Additionally, the actual "renderers" for the game are kept semi-separate from the simulation, so there's no reason why this couldn't turn into 3D later.

Q: Why Kotlin?

A: It has a lot of libraries (pick any random Java library...) It's pretty productive! Gee-whiz functional stuff baked in. Besides, if this project gets to a place where it's really awesome but just needs extra speed we can reach for that C++ or Rust book.

Q: Bedeutet "Kot" nicht 💩 in Deutsch?

A: Du hast Recht!

Q: Is it any good?

A: Yes!

Why Another City Simulator?

After many years of not seeing any new city builders descend that are satisfactory, I decided to take matters into my own hands. Why? SimCity 2013 was REALLY disappointing. Cities Skylines is fun, but it doesn't seem to scratch that itch that SimCity 4 does. Even though there are still patches and new content coming out for SimCity 4, it's definitely on life support. I looked around at a few of the city simulators available but it doesn't seem like anyone is really working on a modern version of SimCity.

Community

If you get stuck or want to suggest suggestions, you can discuss it in our topic on Simtropolis. Chat with the developers via Gitter.

Contribution

You can contribute buildings (see assets directory), ideas for the game, help with art and so on by creating issues or fork the repo and start to make pull requests.

Current Status

  • GPU accelerated graphics.
  • Map generation (simplex noise based).
  • "Perfect" A* pathfinding.
  • Zoning of residential, commercial, industrial, similar to SimCity.
  • Moddable buildings.
  • City saving and loading.
  • Data overlays for traffic, desirability, natural resources.
  • Multi-threaded engine that allows for speedy traffic / city calculations.
  • As-you-want map size (Can your PC handle 100km^2? Go for it!).
  • Power plants and coverage.
  • Dynamic economy where goods, services and labor are exchanged.

Future Plans

To make a game that "takes over" from SimCity 4. We have a loooooong way to go:

  • Bus stations.
  • Functioning rail :)
  • More types of power plant (hydro, wind, etc).
  • Create buildings that use resources under the ground (coal, etc).
  • Implement "module upgrade" system from SimCity 2013 (upgrades to power plants etc).
  • Improve graphics.
  • Obtain sound effects / music.
  • Add many, many additional types of buildings.
  • Add "mod manager" (think Steam workshop... SC4 has many mods but they really suck to obtain/install).

For a more detailed overview of whats planned see our roadmap.

License

This project is licensed with Apache License 2.0. This project includes icons by various graphic designers from the Noun Project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].