53 lines
2.4 KiB
Plaintext
53 lines
2.4 KiB
Plaintext
|
|
{
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"id": "https://deadvey.com//socialweb/notes/80",
|
|
"type": "Note",
|
|
"hash": "80",
|
|
"content": "<b>Rewriting falling in Rust...:</b><br/>I'm trying to learn Rust at the moment, so I though I'd recreate a game I made called <a href='https://gitlab.com/deadvey/falling'>Falling</a> in rust (original was in <a href='https://en.wikipedia.org/wiki/C++'>C++</a> and it was just for a bit of fun, I've uploaded it in it's current state to <a href='https://git.javalsai.dynv6.net/deadvey/random-rust'>Gitea</a> but it's not really playable at the moment, might update when I'm happy and finished with it though :). Basically, the aim is to avoid hitting the obstacles (see picture) while your character (in the picture you are a 'µ') and it's basically an infinite runner (technical limit of 2^64 depth...). It was inspired by a book series I read called <a href='https://www.suzannecollinsbooks.com/gregor_the_overlander_48384.htm'>The Underland Chronicles</a> by Suzanne Collins that I read a while ago... Anyway, that's it for today ;),<br/>Fly You High - DeaDvey<br/><img src=\"https://deadvey.com/images/falling.png\" />",
|
|
"url": "https://deadvey.com/blog/80.html",
|
|
"attributedTo": "https://deadvey.com/@blog",
|
|
"to": [
|
|
"https://www.w3.org/ns/activitystreams#Public"
|
|
],
|
|
"cc": [],
|
|
"published": "Tue, 17 Dec 2024 22:52:05",
|
|
"replies": {
|
|
"id": "https://deadvey.com/socialweb/replies/80",
|
|
"type": "Collection",
|
|
"first": {
|
|
"type": "CollectionPage",
|
|
"next": "https://deadvey.com/socialweb/replies/80?page=true",
|
|
"partOf": "https://deadvey.com/socialweb/replies/80",
|
|
"items": []
|
|
}
|
|
},
|
|
"tag": [
|
|
|
|
{
|
|
"Type": "Hashtag",
|
|
"Href": "https://deadvey.com/blog/falling.html",
|
|
"Name": "#falling"
|
|
},
|
|
{
|
|
"Type": "Hashtag",
|
|
"Href": "https://deadvey.com/blog/rust.html",
|
|
"Name": "#rust"
|
|
},
|
|
{
|
|
"Type": "Hashtag",
|
|
"Href": "https://deadvey.com/blog/game.html",
|
|
"Name": "#game"
|
|
},
|
|
{
|
|
"Type": "Hashtag",
|
|
"Href": "https://deadvey.com/blog/programming.html",
|
|
"Name": "#programming"
|
|
},
|
|
{
|
|
"Type": "Hashtag",
|
|
"Href": "https://deadvey.com/blog/fun.html",
|
|
"Name": "#fun"
|
|
}
|
|
]
|
|
} |