Skip to content

Commit

Permalink
adaptar para wollok-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ivojawer committed Jun 27, 2024
1 parent 570524b commit 627b151
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 85 deletions.
8 changes: 0 additions & 8 deletions .classpath

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: build

on: [push, pull_request]
jobs:
wollok-ts:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- run: |
wget -O wollok-ts-cli https://github.com/uqbar-project/wollok-ts-cli/releases/latest/download/wollok-ts-cli-linux-x64
chmod a+x ./wollok-ts-cli
./wollok-ts-cli test --skipValidations -p ./
shell: bash
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bin
log
34 changes: 0 additions & 34 deletions .project

This file was deleted.

7 changes: 0 additions & 7 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

20 changes: 0 additions & 20 deletions META-INF/MANIFEST.MF

This file was deleted.

9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ En este repositorio se encuentran los siguientes enunciados:
- [Tutorial 3](/enunciados/tutorial3.md): Agregar más acciones configurando colisiones.
- [Tutorial 4](/enunciados/tutorial4.md): Agregar comidas.

## Documentación
## Documentación [ToDo actualizar a TS]
Pueden encontrar una explicación de Wollok Game en la [página de conceptos del sitio](https://www.wollok.org/documentacion/conceptos/) -> **Sección Game**.

También tienen los _WollokDoc_ accesibles desde el IDE o [en el sitio](https://www.wollok.org/documentacion/wollokdoc/) -> **Paquete game.wlk**.

## Correr el juego

Corriendo una terminal sobre el directorio del proyecto, ejecutar:
```bash
wollok run pepitaGame.PepitaGame -g
```
4 changes: 0 additions & 4 deletions build.properties

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "elJuegoDePepita",
"version": "1.0.0",
"wollokVersion": "4.0.0",
"author": "ivanjawerbaum",
"license": "ISC"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion src/WOLLOK.ROOT

This file was deleted.

10 changes: 0 additions & 10 deletions src/log4j.properties

This file was deleted.

0 comments on commit 627b151

Please sign in to comment.