PowerShell for Beginners : Learn PowerShell 7 through Hands-On Mini Games (1st)

個数:
電子版価格
¥10,720
  • 電子版あり
  • ポイントキャンペーン

PowerShell for Beginners : Learn PowerShell 7 through Hands-On Mini Games (1st)

  • ウェブストア価格 ¥10,432(本体¥9,484)
  • APress(2021/06発売)
  • 外貨定価 US$ 54.99
  • 【ウェブストア限定】洋書・洋古書ポイント5倍対象商品(~2/28)
  • ポイント 470pt
  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合は、ご注文数量が揃ってからまとめて発送いたします。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 232 p.
  • 言語 ENG
  • 商品コード 9781484270639
  • DDC分類 005.422

Full Description

Learn the basic tools and commands to write scripts in PowerShell 7. This hands-on guide is designed to get you up and running on PowerShell quickly - introducing interactive menus, reading and writing files, and creating code that talks over the network to other scripts, with mini games to facilitate learning. 

PowerShell for Beginners starts with an introduction to PowerShell and its components. It further discusses the various tools and commands required for writing scripts in PowerShell 7, with learning reinforced by writing mini games. You will learn how to use variables and conditional statements for writing scripts followed by loops and arrays. You will then work with functions and classes in PowerShell. Moving forward, you will go through the PowerShell Console, customizing the title and text colors. Along the way you will see how to read a key press and make sound in PowerShell. The final sections cover game engine layout, how to build a title screen, and implementing the game design using code flow, title screens, levels, and much more.

After reading the book you will be able to begin working with PowerShell 7 scripts and understand how to use its tools and commands effectively.

What You Will Learn

Use Microsoft Visual Studio Code to develop scripts

Understand variables, loops and conditional statements in PowerShell
Work with scripts to develop a game

Discover and use ASCII art generators
Comprehend game objects and code
Create client-server scripts that communicate over a network

Read and write to files

Capture input from the keyboard

Make PowerShell speak words to help the visually impaired

Create text-based adventure games

Who This Book Is For
Software developers who want to start working with PowerShell scripts.

Contents

Chapter 1: Introduction.- Chapter 2: Beginners Guide to PowerShell and Visual Studio Code.- Chapter 3: Variables.- Chapter 4: Conditional Statements.- Chapter 5: Loops.- Chapter 6: Arrays.- Chapter 7: Functions.- Chapter 8: Classes.- Chapter 9: Customising The Console..- Chapter 10: User Input.- Chapter 11: Dragon Slayer.- Chapter 12: Getting Colourful.- Chapter 13: ASCII Table.- Chapter 14: Cursor Control.- Chapter 15: Background Processing.- Chapter 16: Networking.- Chapter 17: Working with Files.- Chapter 18: Sound.- Chapter 19: Game Engine.- Chapter 20: Creating ASCII Art.- Chapter 21: Power Bomber.