https://github.com/domiii/blocks2d
A simple attempt at a 2D platformer with the ability to easily create and remove building blocks
https://github.com/domiii/blocks2d
Last synced: over 1 year ago
JSON representation
A simple attempt at a 2D platformer with the ability to easily create and remove building blocks
- Host: GitHub
- URL: https://github.com/domiii/blocks2d
- Owner: Domiii
- License: mit
- Created: 2017-07-22T17:09:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T17:33:24.000Z (about 9 years ago)
- Last Synced: 2025-01-17T18:00:01.319Z (over 1 year ago)
- Language: C#
- Size: 21.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### TODO
* Add level editor asset
* Add player character asset
* Let player move + jump around
* Create a simple level
* Ups + Downs
* Pits
* Shooting towers
* Let player create new blocks by just dragging with the mouse
* Add Healthbar to Player(?)
* Add Multiplayer
* Add platformer assets: http://kenney.nl/assets/platformer-pack-redux
### List of free, tile-based editor extensions
* [Z Smart Tiles](https://www.assetstore.unity3d.com/en/#!/content/68727)
* [2D Tile Map Editor](https://www.assetstore.unity3d.com/en/#!/content/90420)
* [Tile Draw](https://www.assetstore.unity3d.com/en/#!/content/7513)