Game
Unity API
7 years ago

GameJoltDotNet


Hello there!
I just wanted to let you know, that I’ve published a first beta version of another GameJolt API client, which can be used without Unity.
It is called GameJoltDotNet and it is based on .NET Standard 1.3 and therefore you can basically use it on any .NET platform.
Of course I will continue working on both APIs, so don’t worry :D

The new library is heavily based on the wonderful async/await mechanism to implement a simple and yet powerful asynchronous workflow.

Example

First of all you have to create a new api instance:

		
			var api = new GameJoltApi(gameId, privateKey);
		
	

Afterwards you can directly use the different GameJolt features.

		
			// by using async/await:
var response = await api.Scores.FetchAsync();
if(response.Success) {
    // response.Data contains the list of scores
}

// or by using the callback mechanism:
api.Scores.Fetch(callback: response => {
    if(response.Success) {
        // response.Data contains the list of scores
    }
});
		
	

So feel free to try it out :)



0 comments

Loading...

Next up

We are under attack!

We made a lot of improvements on the Freezing Plains visual. Things like pine trees, tiny bushes, some rocks, and others game props!

#IndieGame | #IndieDev | #GameDev | #PixelArt | #WaifuQuest | #WifeQuest | #screenshotsaturday

Today I was setting up the location of the first boss. His name is "Father" and he is the first of the Patagonians. His task is to guard the road to the House.🛡🗡 Bookmark pre-launch page🔖🔖🔖

https://www.kickstarter.com/projects/rdvindiegame/the-patagonian…

I have added rewards for quests so that villagers can give you something in return for your hard work helping them. 🥳

I want to know - what's your favourite quest reward?

What do you think guys in my robot?Just a beginner in 3d modeling..

My instagram https://www.instagram.com/rojhonbb/

I-Buki

Mio-Da!

Ibuki Mioda!

Why walk when you can jump?

I worked so hard to get all four of them to the end safely, but then...

Let me introduce you to the new Mech line: Gendai Spec. Those are Mech that specializes in surprise attacks, covered operations, and stealth. They are equipped with melee weapons but one of Gendai's frames supports sniper rifles.

A few screenshots of the places you'll cross in the Demo of Blu. You can play it today on #gamejolt !