This website requires JavaScript.
Explore
Help
Register
Sign in
mnivoliez
/
rusty_rogue
Watch
1
Star
0
Fork
You've already forked rusty_rogue
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
No description
9
commits
1
branch
0
tags
4.8
MiB
Rust
88.3%
GLSL
11.7%
master
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Exact
Exact
Union
RegExp
Mathieu NIVOLIEZ
f39978e6bb
Working on the "Dealing Damage" chapter. Made the melee combat system.
...
Also update the rltk to version 7.
2020-03-01 20:52:46 +01:00
resources
Implement up to the chapter "Entities and Components" of the rogue like
2020-01-18 12:11:22 +01:00
src
Working on the "Dealing Damage" chapter. Made the melee combat system.
2020-03-01 20:52:46 +01:00
.gitignore
init project
2020-01-18 10:47:43 +01:00
.gitlab-ci.yml
Added base of CI. Only test right now. Will look into deploy soon.
2020-01-18 12:13:45 +01:00
Cargo.lock
Working on the "Dealing Damage" chapter. Made the melee combat system.
2020-03-01 20:52:46 +01:00
Cargo.toml
Working on the "Dealing Damage" chapter. Made the melee combat system.
2020-03-01 20:52:46 +01:00
README.md
Working on the "Dealing Damage" chapter. Made the melee combat system.
2020-03-01 20:52:46 +01:00
tags
Working on the "Dealing Damage" chapter. Made the melee combat system.
2020-03-01 20:52:46 +01:00
README.md
Rusty Roguelike
Little Rogue Like made in Rust using the
guide
.
Lecture
Introduction
Section 1
Entities and component
Walking a Map
A more interesting map
Field of view
Monster
Dealing damage