Skip to content

Commit

Permalink
Replace dummy project with snake
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fosli committed Dec 26, 2023
1 parent e06fd58 commit ae7f268
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 12 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@
Built using [zola](https://github.com/getzola/zola) (rust-based alternative to hugo).

See it live: [https://www.christianfosli.com](https://www.christianfosli.com)

## Development

### Running locally with docker / docker compose

```sh
docker compose up -d --build
```

Open [http://localhost:8000](http://localhost:8000) in a web browser.
Binary file removed content/projects/project-1.jpg
Binary file not shown.
12 changes: 0 additions & 12 deletions content/projects/project_1.md

This file was deleted.

19 changes: 19 additions & 0 deletions content/projects/snake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
+++
title = "Snake"
description = "The snake game, using rust and web-assembly."
weight = 1

[extra]
local_image = "/projects/snake.png"
+++

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)
Binary file added content/projects/snake.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae7f268

Please sign in to comment.