-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christian Fosli
committed
Dec 26, 2023
1 parent
e06fd58
commit 64610ec
Showing
5 changed files
with
30 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
+++ | ||
title = "Snake" | ||
description = "The snake game, using rust and web-assembly." | ||
weight = 1 | ||
|
||
[extra] | ||
local_image = "/projects/snake.png" | ||
#link_to = "https://www.playsnake.no" | ||
+++ | ||
|
||
The classic snake game, similar to the one found on Nokia phones in the 90's. | ||
This one also includes optional vim-like navigation! | ||
Both the frontend and backend (for highscores) are developed in rust, | ||
mostly so that I could play with developing full-stack web apps in rust 😃. | ||
|
||
## Links | ||
|
||
* Play snake [www.playsnake.no/](https://www.playsnake.no/), | ||
|
||
* Source code: [github.com/christianfosli/snake](https://github.com/christianfosli/snake) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.