Skip to content

Releases: jocabundus/r-cast

0.1.6

27 Jul 19:46
Compare
Choose a tag to compare

Full Changelog: 0.1.5...0.1.6

$ git log 0.1.5..0.1.6
9cac5f0   2018-12-11 Joe King    (HEAD, tag: first-shooting, tag: first-flying-forward-at-aim-point, tag: first-caves, tag: 0.1.6) Many more updates

image

Instructions

  • First thing -- you might start off inside a wall, so do this
    • press 2 to enter gravity mode. This will anchor you to the ground. Move around in circles and you should quickly find yourself outside or inside a cave.
  • You can use the mouse+W,A,S,D or the arrow keys to look and move around.
  • Left mouse click will fire shots from the gun
  • Gravity Mode (press '2')
    • Jump space
    • Crouch left ctrl
  • Flight Mode (press '1')
    • Ascend space
    • Descend tab
    • Slow down hold left shift while moving

Known Bugs

  • If you switch to flight-mode while in the middle of a jump, space won't work for ascending. You can switch back to gravity mode, let yourself finish falling to the ground, then switch back to flight-mode and space should work again.
  • Sometimes game will freeze.

Building from source

  1. Compile build.bas with fbc build.bas
  2. Run build.exe
  3. Release binary will be rcast.exe

Binaries for this release were compiled with FreeBASIC 1.09.0

0.1.5

27 Jul 19:28
Compare
Choose a tag to compare

Full Changelog: 0.1.4...0.1.5

$ git log 0.1.4..0.1.5
115b6e1   2018-12-06 Joe King    (HEAD, tag: 0.1.5) Lots of updates

image

Build instructions

  1. Compile build.bas with fbc build.bas
  2. Run build.exe
  3. Release binary will be rcast.exe

Binaries for this release were compiled with FreeBASIC 1.09.0

0.1.4

27 Jul 19:20
Compare
Choose a tag to compare

Full Changelog: 0.1.3...0.1.4

$ git log 0.1.3..0.1.4
1c3b57a   2018-11-30 Joe King    (HEAD, tag: hires-med, tag: first-build-script, tag: 0.1.4) Separate classes/functions into modules

image

Build instructions

  1. Compile build.bas with fbc build.bas
  2. Run build.exe
  3. Release binary will be rcast.exe

Play Instructions

  • Use mouse to look and W,A,S,D to move forward/backward and strafe left/right.
  • Hold ctrl to move faster
  • Press 1 for flight mode (default)
    • Press space to ascend and shift to descend
  • Press 2 for gravity mode
    • Press space to jump
  • Esc will end program

Binaries for this release were compiled with FreeBASIC 1.09.0

0.1.3

27 Jul 19:15
Compare
Choose a tag to compare

Full Changelog: 0.1.2...0.1.3

$ git log 0.1.2..0.1.3
6726026   2018-11-29 Joe King    (HEAD, tag: lowres-fast, tag: 0.1.3) Increase precision

image

0.1.2

27 Jul 18:55
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.1.2

$ git log 0.1.1..0.1.2
56d7144   2018-11-29 Joe King    (HEAD, tag: new-colored-hills, tag: 0.1.2) Add font.bmp
0c99089   2018-11-29 Joe King    (tag: segfault-0c99089) Updates; integer-casting optimization
db5fd02   2018-11-27 Joe King    (tag: segfault-db5fd02) Updates; added low-res maps functionality

image

0.1.1

27 Jul 18:47
Compare
Choose a tag to compare

Full Changelog: 0.1.0...0.1.1

$ git log 0.1.0..0.1.1
c8507f6   2018-11-24 Joe King    (HEAD, tag: 0.1.1) Create FlatMap type for map values

image

0.1.0

27 Jul 18:44
Compare
Choose a tag to compare

Full Changelog: https://github.com/jocabundus/r-cast/commits/0.1.0

$ git log 0.1.0
e869428   2018-11-23 Joe King    (HEAD, tag: initial, tag: 0.1.0) Initial commit

image