Frédéric G. MARAND 1e9da2ba4c 13: Scrabble score. há 2 anos atrás
..
.exercism 1e9da2ba4c 13: Scrabble score. há 2 anos atrás
HELP.md 1e9da2ba4c 13: Scrabble score. há 2 anos atrás
README.md 1e9da2ba4c 13: Scrabble score. há 2 anos atrás
ScrabbleScore.php 1e9da2ba4c 13: Scrabble score. há 2 anos atrás
ScrabbleScoreTest.php 1e9da2ba4c 13: Scrabble score. há 2 anos atrás

README.md

Scrabble Score

Welcome to Scrabble Score on Exercism's PHP Track. If you need help running the tests or submitting your code, check out HELP.md.

Introduction

Scrabble is a word game where players place letter tiles on a board to form words. Each letter has a value. A word's score is the sum of its letters' values.

Instructions

Your task is to compute a word's Scrabble score by summing the values of its letters.

The letters are valued as follows:

Letter Value
A, E, I, O, U, L, N, R, S, T 1
D, G 2
B, C, M, P 3
F, H, V, W, Y 4
K 5
J, X 8
Q, Z 10

For example, the word "cabbage" is worth 14 points:

  • 3 points for C
  • 1 point for A
  • 3 points for B
  • 3 points for B
  • 1 point for A
  • 2 points for G
  • 1 point for E

Source

Created by

Contributed to by

Based on

Inspired by the Extreme Startup game - https://github.com/rchatley/extreme_startup

PANIC: session(release): write data/sessions/9/7/97bbc2fb3a6da95f: no space left on device

PANIC

session(release): write data/sessions/9/7/97bbc2fb3a6da95f: no space left on device
/my/cache/.heroku/go/go-path/pkg/mod/github.com/go-macaron/session@v1.0.3/session.go:204 (0xb13e07)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/context.go:80 (0x967b75)
/my/cache/.heroku/go/go-path/pkg/mod/github.com/go-macaron/inject@v0.0.0-20200308113650-138e5925c53b/inject.go:157 (0x9512ee)
/my/cache/.heroku/go/go-path/pkg/mod/github.com/go-macaron/inject@v0.0.0-20200308113650-138e5925c53b/inject.go:135 (0x951205)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/context.go:124 (0x967cc4)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/context.go:114 (0x967bf6)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/recovery.go:161 (0x15baec4)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/logger.go:40 (0x96b257)
/my/cache/.heroku/go/go-path/pkg/mod/github.com/go-macaron/inject@v0.0.0-20200308113650-138e5925c53b/inject.go:157 (0x9512ee)
/my/cache/.heroku/go/go-path/pkg/mod/github.com/go-macaron/inject@v0.0.0-20200308113650-138e5925c53b/inject.go:135 (0x951205)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/context.go:124 (0x967cc4)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/router.go:187 (0x972959)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/router.go:304 (0x973a01)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/macaron.go:218 (0x96c572)
/my/cache/.heroku/go/go1.26.3/go/src/net/http/server.go:3311 (0x85a5cd)
/my/cache/.heroku/go/go1.26.3/go/src/net/http/server.go:2073 (0x837f6f)
/my/cache/.heroku/go/go1.26.3/go/src/runtime/asm_amd64.s:1771 (0x493380)