https://github.com/valks-games/sankari-v2
A open source 2D platformer being made in Godot 4 beta C#
https://github.com/valks-games/sankari-v2
2d 2d-platformer-game csharp game game-2d godot godot4 non-profit open-source platformer
Last synced: about 1 year ago
JSON representation
A open source 2D platformer being made in Godot 4 beta C#
- Host: GitHub
- URL: https://github.com/valks-games/sankari-v2
- Owner: Valks-Games
- License: mit
- Created: 2023-05-02T23:50:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T23:57:19.000Z (about 3 years ago)
- Last Synced: 2025-04-30T22:15:01.245Z (about 1 year ago)
- Topics: 2d, 2d-platformer-game, csharp, game, game-2d, godot, godot4, non-profit, open-source, platformer
- Language: C#
- Homepage:
- Size: 47.4 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## I changed my mind, I'll merge Sankari v2 into the Sankari repo and just delete this repo.
Video of Gameplay
# Development of Sankari v2 currently on hold as I am working on my own game right now :)
## What is Sankari?
Sankari ("hero" in Finnish) is a non-profit F2P 2D Platformer about a hero whose village gets raided by the evil king. The hero goes on a journey to free back the villagers that were captured and defeat the evil king.
This project was created to gain experience in the C# Godot environment for the 2D Platform genre and to prove to myself that I can make a complete game. I hope in making this open source that others will also learn some things that I have learned.
The project will be considered complete when there is around 2 to 3 hours of fun and memorable content. Some of the major goals of the project include getting multiplayer to a playable state and making the code as flexible and as readable as possible.
## Setup
Download and install the [latest Godot 4 C# release](https://godotengine.org/). Use the GitHub Desktop App to clone the repo with all its submodules.
## Contributing
Currently looking for programmers to peer review my code.
[Projects Coding Style](https://github.com/Valks-Games/sankari/wiki/Code-Style)
If you have any questions, talk to me over Discord (`va#9904`)
## License
### Project
This project is under the [MIT license](https://github.com/Valks-Games/sankari/blob/main/LICENSE)
### Assets
- Most assets (art / audio) are under the [CC0 license](https://creativecommons.org/publicdomain/zero/1.0/) from [Open Game Art](https://opengameart.org/)
- Some of the audio is from [Mixkit](https://mixkit.co/free-sound-effects/game-over/) under the Mixkit license
- The networking library [ENet-CSharp](https://github.com/SoftwareGuy/ENet-CSharp) is under the [MIT license](https://github.com/SoftwareGuy/ENet-CSharp/blob/master/LICENSE)
## Credit
Thank you to the following wonderful people that helped make this project something even better
[AdamLaine](https://github.com/AdamLaine)
[Dunkhan](https://github.com/Dunkhan)
[Muftwin](https://github.com/Muftwin)
[Policiu](https://github.com/policiu)