Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Shasciw Switch: Difference between revisions

From GameBrew
(Created page with "{{Infobox Switch Homebrews |title=Shasciw |image=shasciwswitch.png |description=Switch homebrew game for two players |author=R1ckyman |lastupdated=2019/03/22 |type=Other Games |version=1.7.0 |license=MIT |download=https://dlhb.gamebrew.org/switchhomebrews/shasciwswitch.7z |website=https://github.com/R1ckyman/Shasciw |source=https://github.com/R1ckyman/Shasciw |donation= }} {{#seo: |title=Switch Homebrew Games (Other Games) - GameBrew |title_mode=append |image=shasciwswit...")
 
No edit summary
 
Line 1: Line 1:
{{Infobox Switch Homebrews
{{Infobox Switch Homebrews
|title=Shasciw
|title=Shasciw
|image=shasciwswitch.png
|image=shasciwnx.png
|description=Switch homebrew game for two players
|description=Nintendo Switch homebrew game for up to eight players.
|author=R1ckyman
|author=R1ckyman
|lastupdated=2019/03/22
|lastupdated=2019/03/22
|type=Other Games
|type=Shooter
|version=1.7.0
|version=1.7.0
|license=MIT
|license=MIT
|download=https://dlhb.gamebrew.org/switchhomebrews/shasciwswitch.7z
|download=https://dlhb.gamebrew.org/switchhomebrews/shasciwnx.7z
|website=https://github.com/R1ckyman/Shasciw
|website=https://github.com/R1ckyman/Shasciw
|source=https://github.com/R1ckyman/Shasciw
|source=https://github.com/R1ckyman/Shasciw
|donation=
|donation=
}}
}}
{{#seo:
Nintendo Switch homebrew game for up to eight players.
|title=Switch Homebrew Games (Other Games) - GameBrew
 
|title_mode=append
==Features==
|image=shasciwswitch.png
*ASCII shooter game for up to 8 players.
|image_alt=Shasciw
*The objective is to eliminate the others player (or enemy team in the future).
}}
*Turn based game, with special objects to help you.
{{cleanup|article|Needs cleanup}}
*Objects which upgrades players stats.
Switch homebrew game for two players
 
==Controls==
Joycons are held horizontal.
 
'''Keyboard (Left and Right Joy-Con):'''
 
D-Pad or XBAY - Select a letter
 
L or R - Enter
 
ZL or ZR - Switch caps
 
'''In game (Left and Right Joy-Con):'''
 
D-Pad or XBAY - Move the character, Select the direction after action selected


==Media==
L - Action, Use a selected object
<youtube></youtube>


R - Open the inventory


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/switchhomebrews/shasciwswitch-01.png
https://dlhb.gamebrew.org/switchhomebrews/shasciwnx.png
https://dlhb.gamebrew.org/switchhomebrews/shasciwswitch-02.png
https://dlhb.gamebrew.org/switchhomebrews/shasciwswitch-03.png
https://dlhb.gamebrew.org/switchhomebrews/shasciwswitch-04.png
https://dlhb.gamebrew.org/switchhomebrews/shasciwswitch-05.png
https://dlhb.gamebrew.org/switchhomebrews/shasciwswitch-06.png
https://dlhb.gamebrew.org/switchhomebrews/shasciwswitch-07.png
https://dlhb.gamebrew.org/switchhomebrews/shasciwswitch-08.png


==Changelog==
==Changelog==
'''v.1.0'''
'''v1.7.0 2019/02/19'''
* First Release.
*Improved a lot the general controls.
*Added up to 8 players.
*Added a settings menu for selecting the players and controls.
*Improved the keyboard for selecting names and letters.
*Other changes in UI colors and objects.
*A lot of bugs and crashed fixed.
 
'''v1.4 2019/02/13'''
*Added more and more livid colors.
*Improved the menu and game interface.
*Some fixes.
*Refactored a lot of code internally to make easier to implement new features in the future.
 
'''v1.2 2018/07/14'''
*Huge optimization in the game loop now is a lot faster. And is not a pain to play.
*Lot of bugfixes (most werent in the last release version)
*Added an original temp icon
 
'''V1.1.1-beta 2018/07/12'''
*Fixed the slowdown caused by the inventory.
*Now is posible to win or to lose, when your health bar reach 0.
*Increased the time the door remains open.
*Increased the player moves by one.
*Code a bit more clean.
*Now you can press plus to return main menu while in game.
*Many others bugfixes.
 
'''v1.0.3-beta 2018/07/08'''
*First "Playable" version, a lot of work is needed Pre-release.
*Now, in theory you can play, but the movement is very slow and there arent any objects yet.


== External links ==
== External links ==
* Gbatemp - https://github.com/R1ckyman/Shasciw
* GitHub - https://github.com/R1ckyman/Shasciw
* Github - https://github.com/R1ckyman/Shasciw
* GBAtemp - https://gbatemp.net/members/rickyman.452229/
* Reddit -
* ForTheUsers - https://apps.fortheusers.org/switch/Shasciw

Latest revision as of 02:44, 11 Mayıs 2023

Shasciw
Shasciwnx.png
General
AuthorR1ckyman
TypeShooter
Version1.7.0
LicenseMIT License
Last Updated2019/03/22
Links
Download
Website
Source

Nintendo Switch homebrew game for up to eight players.

Features

  • ASCII shooter game for up to 8 players.
  • The objective is to eliminate the others player (or enemy team in the future).
  • Turn based game, with special objects to help you.
  • Objects which upgrades players stats.

Controls

Joycons are held horizontal.

Keyboard (Left and Right Joy-Con):

D-Pad or XBAY - Select a letter

L or R - Enter

ZL or ZR - Switch caps

In game (Left and Right Joy-Con):

D-Pad or XBAY - Move the character, Select the direction after action selected

L - Action, Use a selected object

R - Open the inventory

Screenshots

shasciwnx.png

Changelog

v1.7.0 2019/02/19

  • Improved a lot the general controls.
  • Added up to 8 players.
  • Added a settings menu for selecting the players and controls.
  • Improved the keyboard for selecting names and letters.
  • Other changes in UI colors and objects.
  • A lot of bugs and crashed fixed.

v1.4 2019/02/13

  • Added more and more livid colors.
  • Improved the menu and game interface.
  • Some fixes.
  • Refactored a lot of code internally to make easier to implement new features in the future.

v1.2 2018/07/14

  • Huge optimization in the game loop now is a lot faster. And is not a pain to play.
  • Lot of bugfixes (most werent in the last release version)
  • Added an original temp icon

V1.1.1-beta 2018/07/12

  • Fixed the slowdown caused by the inventory.
  • Now is posible to win or to lose, when your health bar reach 0.
  • Increased the time the door remains open.
  • Increased the player moves by one.
  • Code a bit more clean.
  • Now you can press plus to return main menu while in game.
  • Many others bugfixes.

v1.0.3-beta 2018/07/08

  • First "Playable" version, a lot of work is needed Pre-release.
  • Now, in theory you can play, but the movement is very slow and there arent any objects yet.

External links

Advertising: