An open API service indexing awesome lists of open source software.

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#

Awesome Lists containing this project

README

          

## I changed my mind, I'll merge Sankari v2 into the Sankari repo and just delete this repo.


Discord


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)