Skip to content

Commit f6d261d

Browse files
authored
N20: Bounty Bros (#551)
1 parent d2f9842 commit f6d261d

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
33.8 KB
Loading

content/posts/newsletter-020/index.md

+47
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,53 @@ A stress test is scheduled for 2021-04-17 17:30 UTC and everyone is invited to j
9393
[sm64js-server]: https://github.com/sm64js/sm64js-mmo-server
9494
[net64-blog]: https://net64-mod.github.io/blog/sm64js/
9595

96+
### [Bounty Bros.][bounty_bros]
97+
98+
[![bounty-bros-character-on-map](./bounty_bros.png)][bounty_bros_webgame]
99+
_Click the image to play the game in your browser!_
100+
101+
[Bounty Bros.][bounty_bros] is a prototype game similar to the old Legend of
102+
Zelda® games developed by [Katharos Technology][katharostech] as a testing
103+
ground for a future commercial game.
104+
105+
In the last 2 months Bounty Bros. has gotten a lot of updates. Now you can [play
106+
the game][bounty_bros_webgame] right inside of your browser on desktop or mobile
107+
devices!
108+
109+
- You can no longer walk through walls or objects
110+
- You can now walk into buildings
111+
- The camera follows the player without passing beyond the map borders
112+
- Rendering is now scaled pixel-perfect
113+
- Mobile touch controls were added
114+
- There is a new [retro mode][bounty_bros_retro_mode] that tries to make it it
115+
look like the game is running on an old CRT television.
116+
117+
All of the source code, excluding assets and artwork, was also made available
118+
and split into two independent projects.
119+
120+
These projects were released under the
121+
[Katharos License][katharos_license]. This license has moral and ethical
122+
implications that you may or may not agree with, so please read it before making
123+
use of these projects:
124+
125+
- [Bevy Retro][bevy_retro]: A Bevy plugin for pixel-perfect games
126+
- [Skip'n Go][skipngo]: A simple game engine for making top-down pixel games
127+
128+
You can read the full update in the [Blog Post][bounty_bros_blog_post].
129+
130+
_Discussions: [Skip'n Go on GitHub][skipngo_discussions], [Bevy Retro on GitHub][bevy_retro_discussions]_
131+
132+
[bevy_retro]: https://github.com/katharostech/bevy_retro
133+
[bevy_retro_discussions]: https://github.com/katharostech/bevy_retro/discussions
134+
[katharostech]: https://katharostech.com
135+
[skipngo]: https://github.com/katharostech/skipngo
136+
[skipngo_discussions]: https://github.com/katharostech/skipngo/discussions
137+
[bounty_bros]: https://katharostech.com/post/bounty-bros-on-web
138+
[bounty_bros_webgame]: https://skipngo.katharostech.com/?asset_url=https://bounty-bros.skipngo.katharostech.com/
139+
[bounty_bros_blog_post]: https://katharostech.com/post/bounty-bros-on-web
140+
[bounty_bros_retro_mode]: https://skipngo.katharostech.com/?asset_url=https://bounty-bros.skipngo.katharostech.com/&enable_crt=true&pixel_aspect_ratio=1.3
141+
[katharos_license]: https://github.com/katharostech/katharos-license
142+
96143
### [pGLOWrpg][pglowrpg-github]
97144

98145
![Improved text rendering](pglowrpg_progress.jpg)

0 commit comments

Comments
 (0)